c257c900715e9199cc9d31a6489c13894e86d33a
[claws.git] / ChangeLog
1 2002-07-23
2
3         * src/utils.c: remove_numbered_files(): don't try to unlink()
4           directories.
5         * src/codeconv.c:
6           conv_get_code_conv_func(): return conv_anytodisp() if charset is
7           not specified.
8           conv_unmime_header_overwrite()
9           conv_unmime_header(): do conv_anytodisp() before decoding header.
10
11 2002-07-14
12
13         * version 0.8.0
14
15 2002-07-14
16
17         * src/compose.c: added 'Tools/Actions' menu.
18
19 2002-07-12
20
21         * src/base64.c: a minor fix for BASE64VAL() macro.
22
23 2002-07-11
24
25         * src/base64.c: base64_decode(): fixed a buffer overrun bug.
26
27 2002-07-11
28
29         * src/codeconv.c
30           src/compose.c
31           src/smtp.c
32           src/unmime.c
33           src/base64.[ch]: rewrote the BASE64 encode / decode routines.
34           base64_encode(), base64_decode(): new.
35         * src/rfc822.[ch]: removed.
36         * COPYING
37           src/about.c: removed the copyright notice for fetchmail.
38
39 2002-07-10
40
41         * src/codeconv.c
42           src/procmime.c
43           src/unmime.[ch]: rewrote the MIME decode routines.
44           unmime_header()
45           unmime_quoted_printable_line(): new.
46         * src/procheader.c:
47           procheader_get_one_field()
48           procheader_get_unfolded_line(): remove also CR.
49
50 2002-07-08
51
52         * libkcc: removed from the source tree.
53         * COPYING
54           src/about.c: removed the copyright notice for libkcc.
55         * src/codeconv.c: conv_guess_encoding(): check for ASCII code first
56           for speedup.
57         * src/prefs_actions.c: removed unnecessary spaces/tabs.
58
59 2002-07-05
60
61         * src/prefs_actions.c: comply with the coding style.
62           Modified the UI design.
63         * src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
64           menu when multiple messages are selected.
65
66 2002-07-05
67
68         * src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
69           update_actions_menu(): simplified the menu deletion.
70         * src/mainwindow.c: added 'Actions' menu to Tools and Configuration.
71
72 2002-07-04
73
74         * src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
75           conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
76           to libkcc.
77
78 2002-07-04
79
80         * configure.in: added check for strchr.
81
82 2002-07-02
83
84         * src/prefs_common.[ch]
85           src/inc.c: added an option to inhibit receive error dialog.
86
87 2002-07-01
88
89         * src/account.c: account_find_from_address(): support multiple
90           addresses in header.
91
92 2002-06-28
93
94         * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
95           GtkCTreeNode* so that it won't become invalid after the row move.
96           Removed dependency to gtkutils.c.
97         * src/prefs_common.[ch]
98           src/summaryview.c: summary_selected(): added an option to show
99           message when cursor keys are pressed on summary view.
100
101 2002-06-28
102
103         * configure.in
104           src/Makefile.am
105           src/compose.c: changed "host_alias" to "target_alias" so that it
106           shows the correct system name on cross-compiling (thanks to
107           Patrice Mandin).
108
109 2002-06-27
110
111         * src/prefs_account.[ch]: added the option menu to force an
112           authentication method for SMTP AUTH.
113         * src/send.c
114           src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
115           specify the authentication method for SMTP AUTH.
116           smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
117
118 2002-06-25
119
120         * src/prefs_common.[ch]
121           src/compose.c: enabled "Wrap on input".
122
123 2002-06-25
124
125         * src/summaryview.[ch]
126           src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
127           Made some code cleanups.
128
129 2002-06-20
130
131         * src/folderview.c
132           src/prefs_common.[ch]: added the hidden option to specify the
133           policy of the vertical scrollbar on folder view.
134
135 2002-06-19
136
137         * src/messageview.[ch]:
138           messageview_copy_clipboard(): fixed a bug that couldn't copy text
139           on MIME mode.
140           messageview_get_current_textview(): new.
141           messageview_get_text_widget(): removed.
142         * src/quote_fmt_parse.y: quote message even if msginfo is empty.
143         * src/compose.[ch]: implemented the "Paste as quotation" feature.
144           text_inserted(): new callback for "insert_text" signal.
145           Add quote mark to the pasted text if Compose::paste_as_quotation
146           is TRUE.
147
148 2002-06-19
149
150         * src/compose.c: if the Content-Type of a file is text/*, check
151           its content and set the optimal Content-Transfer-Encoding (thanks
152           to Yoichi Yuasa).
153
154 2002-06-18
155
156         * src/textview.c: textview_key_pressed(): pass key press event to
157           main window to activate menu shortcuts (thanks to Alfons).
158
159 2002-06-18
160
161         * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
162           for mtime to prevent flooring.
163         * src/imap.c:
164           imap_move_msg()
165           imap_move_msgs_with_dest()
166           imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
167           message copy/move.
168           imap_parse_envelope()
169           imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
170           full information of messages and simplify the parser. Also fixed
171           the bug that References header was ignored on threading.
172           imap_parse_one_address()
173           imap_parse_address(): removed.
174           imap_get_header(): new. It reads the RFC822 header and returns
175           a newly allocated string.
176         * src/procheader.[ch]: changed procheader_parse() to
177           procheader_parse_stream() and added different interfaces for it.
178
179 2002-06-17
180
181         * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
182
183 2002-06-15
184
185         * version 0.7.8
186
187 2002-06-13
188
189         * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
190           could be inserted into the hash table.
191           inc_write_uidl_list(): a minor code cleanup.
192         * src/mainwindow.c: main_window_get_current_state():
193           make the state unexecutable on an empty folder.
194         * src/summaryview.c: summary_sort(): don't sort on an empty folder.
195         * src/pop.c: minor code cleanups.
196
197 2002-06-12
198
199         * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
200           corrected the behavior of the radio buttons.
201
202 2002-06-11
203
204         * implemented 'Delete messages after N days' feature for POP3.
205         * src/inc.[ch]:
206           inc_get_uidl_table()
207           inc_write_uidl_list(): moved the location of UIDL list file from
208           RC_DIR/uidl-* to RC_DIR/uidl/*.
209           Added received time for each UIDLs.
210           src/main.c: main(): create RC_DIR/uidl/ directory.
211           src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
212           Added recv_time to Pop3MsgInfo.
213           src/prefs_account.[ch]: added an option for the number of days for
214           leaving messages.
215
216 2002-06-09
217
218         * version 0.7.7
219
220 2002-06-07
221
222         * src/folder.c: folder_set_missing_folders(): fixed a bug that
223           caused multiplication of special folders on startup if their
224           types were changed.
225         * src/folderview.c: folderview_remove_mailbox_cb(): modified the
226           label.
227
228 2002-06-04
229
230         * src/compose.c: compose_reply(), compose_forward(): reverted the
231           last change since it causes lockup problem.
232
233 2002-06-04
234
235         * src/compose.c: compose_reply(), compose_forward(): don't autowrap
236           the signature part.
237           compose_new_with_recipient(): workaround for initial XIM problem.
238
239 2002-06-04
240
241         * src/mainwindow.c: sort ascending / descending order can be
242           specified with separated menu items.
243           Added "View/Sort/Don't sort" menu item.
244         * src/summaryview.[ch]: summary_sort(): added an argument for
245           sort type.
246
247 2002-05-31
248
249         * implemented persistent sort order.
250         * src/folder.[ch]:
251           folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
252           folder_write_list_recursive(): write sorting state.
253           src/mainwindow.c
254           src/summaryview.[ch]: summary_show(): sort if required.
255           select the top node on descending sort.
256           Removed SummarySortType and sorting state variables from
257           SummaryView.
258
259 2002-05-30
260
261         * src/account.c
262           src/news.[ch]
263           src/nntp.[ch]
264           src/prefs_account.[ch]: enabled NNTP over SSL.
265         * src/nntp.c: nntp_group(): issue MODE READER command and retry
266           when GROUP command once failed (this seems to avoid problems on
267           some broken news servers).
268
269 2002-05-30
270
271         * faq/it/*.html: corrected DOS linebreaks.
272         * faq/*/*.html: changed ">" to ".
273
274 2002-05-29
275
276         * src/prefs_account.c: prefs_account_protocol_activated(): hide
277           unnecessary frames in SSL tab.
278
279 2002-05-29
280
281         * src/pop.[ch]
282           src/inc.c
283           src/prefs_account.[ch]: enabled STLS command in POP3.
284         * src/account.c: account_clist_set_row(): display TLS setting.
285
286 2002-05-28
287
288         * src/compose.c: compose_send_later_cb(): support redirect function.
289         * src/imap.[ch]
290           src/ssl.h
291           src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
292         * src/send.c
293           src/smtp.[ch]: use SSLType instead of SSLSMTPType.
294
295 2002-05-28
296
297         * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
298         * src/compose.c: compose_create(): removed unrequired lines.
299
300 2002-05-27
301
302         * src/news.c: news_scan_group(): fixed a bug that set the wrong
303           values in some cases.
304         * src/prefs_account.c: corrected English in Advanced - Folder
305           settings.
306
307 2002-05-23
308
309         * src/textview.c: textview_show_message(), textview_show_part():
310           fixed a bug that GtkSText *text pointed the incorrect object.
311           textview_add_part(): freeze GtkSText while adding RFC822 headers.
312           textview_show_part(): fixed a bug that couldn't display single
313           part MIME message as text.
314
315 2002-05-22
316
317         * src/compose.c: compose_redirect_write_to_file(): correct the target
318           for change_file_mode_rw(). Check if fclose() succeeded. Unlink
319           incomplete file when an error occured.
320
321 2002-05-22
322
323         * src/compose.c:
324           compose_create(): disable menus for draft on redirection mode.
325           compose_redirect_write_to_file(): correct the error handling of
326           fwrite().
327         * src/prefs_common.c: turned off the "Display recipient on `From'
328           column if sender is yourself" option by default.
329
330 2002-05-21
331
332         * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
333           Based on the implementation of the claws branch.
334           compose_redirect(): create a new window and make it uneditable.
335           compose_redirect_write_to_file(): copy headers and body of
336           original message except for some.
337           compose_redirect_write_headers(): add extra "Resent-*" headers.
338           compose_create(): set menu sensitivity for redirection mode.
339
340 2002-05-20
341
342         * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
343           space is inserted between encoded string and the following folded
344           one (thanks to Masahiro Tomita).
345
346 2002-05-19
347
348         * src/mainwindow.[ch]: some refactoring has been made.
349           main_window_toggle_message_view(): moved summary_toggle_view_real()
350           here.
351         * src/messageview.[ch]: messageview_is_visible(): new.
352         * src/summary_search.c
353           src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
354           Instead use messageview_is_visible().
355
356 2002-05-17
357
358         * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
359         * src/summaryview.[ch]:
360           summary_expand_threads(), summary_collapse_threads(): new.
361
362 2002-05-17
363
364         * src/mainwindow.c: Fixed the behavior of
365           '/View/Show or hide/Folder tree' and
366           '/View/Show or hide/Message view' toggle menu.
367           Removed '/View/Toggle summary view' menu and integrated the
368           function into '/View/Show or hide/Message view'.
369           main_window_set_widgets(): change the state of toggle menu items.
370         * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
371           strings.
372
373 2002-05-16
374
375         * src/mimeview.c: mimeview_set_multipart_tree(): show single part
376           MIME contents other than text as children of message/rfc822 part.
377         * src/procmime.c:
378           procmime_mimeinfo_next(): modified for message/rfc822 part which
379           content-type is single part MIME.
380           procmime_scan_multipart_message(): fix for nested message/rfc822
381           part. Corrected the size of the contents of message/rfc822.
382         * src/textview.c: textview_show_part(): extract the contents of
383           multipart/* and message/rfc822. Some code cleanups.
384           textview_add_parts(): new. It adds the all parts under a part to
385           textview.
386           textview_clear(): reset body_pos and cur_pos.
387
388 2002-05-16
389
390         * src/addr_compl.c: modified so that it behaves better.
391           get_address_from_edit(): ignore comma inside of brackets.
392           completion_window_apply_selection(): new. Only apply the current
393           clist selection.
394           completion_window_accept_selection(): removed.
395           address_completion_complete_address_in_entry(): minor code cleanup.
396           don't replace address in entry here.
397           completion_window_select_row(): always apply clist selection to
398           entry.
399           completion_window_key_press(): don't apply selection here.
400
401 2002-05-15
402
403         * src/imap.c: imap_create_folder(): keep trailing directory separator
404           to create a folder that contains sub folder.
405
406 2002-05-14
407
408         * src/foldersel.c: sort tree with case insensitive.
409         * src/mainwindow.c: allsel_cb()
410           src/messageview.c: messageview_select_all(): fixed 'Select all'
411           on MIME view.
412         * src/mainwindow.c: removed common and account prefs button from
413           the toolbar.
414
415 2002-05-13
416
417         * src/compose.c: compose_account_option_menu_create(): check if
418           ac->name is NULL.
419
420 2002-05-12
421
422         * version 0.7.6
423
424 2002-05-12
425
426         * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
427           manual/en/*: updated the English manual.
428         * faq/de/*
429           faq/it/*: added German and Italian FAQ.
430         * faq/en/*
431           faq/es/*
432           faq/fr/*: updated FAQs.
433         * src/manual.[ch]
434           src/mainwindow.c: added German and Italian language.
435
436 2002-05-11
437
438         * src/prefs_account.c: turn off "receive at get all" option by default
439           when creating an IMAP or News account.
440
441 2002-05-11
442
443         * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
444         * src/prefs_folder_item.c: show also identifier path.
445           Made layout using table. Show uneditable entry using background
446           color of window.
447         * src/procmime.c: procmime_get_tmp_file_name(): generate safe
448           file name.
449
450 2002-05-11
451
452         * src/automaton.[ch]: added UI callback to Automaton.
453         * src/inc.c
454           src/pop.c: use callback instead of calling inc_progress_update()
455           directly.
456           pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
457           option is set.
458
459 2002-05-10
460
461         * src/folderview.c: properly sort abbreviated newsgroups.
462
463 2002-05-10
464
465         * src/folderview.c
466           src/prefs_common.[ch]
467           src/summaryview.c: added an option to specify the minimum length
468           for abbreviated newsgroups name.
469
470 2002-05-09
471
472         * src/folderview.c: folderview_check_new(): skip unselectable folders.
473         * src/summaryview.c: added 'Create filter rule' to the context menu.
474         * src/imap.c: some code cleanups.
475           imap_scan_tree_recursive(): get path separator for each calls.
476           imap_get_path_separator(): new.
477
478 2002-05-08
479
480         * src/imap.[ch]: supported namespace for others/shared folders
481           (in progress).
482           imap_parse_namespace(): parse also others/shared namespace.
483           imap_find_namespace(): search also others/shared namespace.
484         * src/utils.[ch]:
485           strchr_parenthesis_close(): return pointer to closing parenthesis.
486           strsplit_parenthesis(): split parenthetic list into array of
487           strings.
488
489 2002-05-08
490
491         * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
492           parse date string like "Mon,6 May 2002 20:31:12 +0800".
493           procheader_scan_date_string(): new. Separated string scanning
494           part from procheader_date_parse().
495
496 2002-05-07
497
498         * src/summary_search.c: summary_search_execute(): unlock while
499           selecting summary row (thanks to Martin Schaaf).
500         * src/summaryview.c: summary_set_column_titles(): reversed the
501           direction of the arrow so that it matches with Win/Mac style.
502
503 2002-05-02
504
505         * src/compose.c: compose_write_headers(): quote self address name
506           if required. Some code cleanups. Don't override Newsgroups and
507           Cc with custom headers.
508         * src/imap.c: imap_add_msg(): return UID for appended message.
509         * src/compose.c: compose_queue(): check if queue folder exists.
510         * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
511           characters.
512           imap_open(): removed an unrequired argument.
513
514 2002-04-25
515
516         * src/utils.[ch]: trim_string(): new. It trim characters longer than
517           the specified length and adds "...".
518         * src/folderview.c: trim folder name when displaying dialog.
519
520 2002-04-23
521
522         * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
523           folder.
524         * src/folderview.c: folderview_select()
525           src/summary_search.c: summary_search_execute(): lock summary view
526           while searching (thanks to Martin Schaaf).
527
528 2002-04-21
529
530         * version 0.7.5
531
532 2002-04-21
533
534         * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
535
536 2002-04-21
537
538         * src/summaryview.c: summary_show(): fixed a bug that didn't process
539           the left marks.
540         * src/account.c: account_edit_prefs(): fixed a crash bug when account
541           name was empty.
542         * src/prefs_account.c: prefs_account_apply(): display error dialog
543           if account name is empty.
544         * src/imap.c: changed some log_print() to debug_print() to reduce
545           the amount of log.
546
547 2002-04-21
548
549         * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
550           for new message.
551           mh_add_msg()
552           mh_do_move()
553           mh_do_move_msgs_with_dest()
554           mh_copy_msg()
555           mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
556         * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
557           if stat() succeeded.
558         * src/imap.c:
559           imap_fetch_msg(): SELECT mailbox before FETCH if required.
560           imap_scan_folder(): set last_num using the value of UIDNEXT.
561           imap_select(): return immediately if there is no need for SELECT.
562           preserve the path of currently selected mailbox.
563           imap_status(): added UIDNEXT.
564
565 2002-04-20
566
567         * src/folder.c: folder_item_scan(): removed the warning.
568         * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
569           setting case sensitivity.
570
571 2002-04-17
572
573         * src/mainwindow.c: main_window_create(): restrict the minimum size.
574
575 2002-04-17
576
577         * src/compose.c: merged the new line-wrapping routine.
578           join_next_line(): fixed a bug that didn't join multibyte
579           characters.
580           get_indent_length(): modified enums and variable names.
581           INDENT_CHARS: don't indent ':'.
582         * src/folderview.c:
583           folderview_rename_folder_cb()
584           folderview_delete_folder_cb(): support folder identifier.
585           folderview_rm_imap_folder_cb(): integrated with
586           folderview_delete_folder_cb().
587
588 2002-04-15
589
590         * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
591         * src/folderview.c: folderview_check_new(): abort checking if
592           folder_item_scan() failed.
593
594 2002-04-15
595
596         * src/imap.c: imap_create_missing_folders(): create only INBOX and
597           Trash.
598         * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
599           type of news folders unchangeable.
600           prefs_folder_item_destroy(): use prefs_dialog_destroy().
601         * src/prefs.[ch]: prefs_dialog_destroy(): new.
602
603 2002-04-15
604
605         * src/prefs_account.[ch]: added special folder setting to Advanced
606           tab. Also moved "IMAP server directory" setting to there.
607         * src/account.[ch]: account_get_special_folder(): new. It returns
608           the optimal special folder for accounts.
609         * src/compose.c: use account_get_special_folder().
610         * src/prefs_folder_item.[ch]: new. Implemented folder property
611           dialog, and the special folder settings (most of the functions in
612           claws are not integrated yet, and the structure is slightly
613           modified).
614         * src/folderview.c: enabled Property menu.
615
616 2002-04-14
617
618         * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
619           scanning when encountering separators ',' and ';'.
620
621 2002-04-12
622
623         * src/mainwindow.c: reorderd the menu a bit.
624         * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
625           compose_reply_set_entry(): made 'Reply to sender' work for
626           newsgroups.
627
628 2002-04-11
629
630         * src/compose.c: compose_create(): set geometry hints to restrict
631           the maximum size of window.
632         * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
633           imap_get_uncached_messages()
634           imap_cmd_fetch(): ignore responses which don't include FETCH.
635
636 2002-04-11
637
638         * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
639           the clause for OpenSSL).
640
641 2002-04-09
642
643         * src/prefs_account.c
644           src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
645
646 2002-04-09
647
648         * src/smtp.[ch]
649           src/send.c
650           src/session.[ch]: first reorganization of SMTP protocol handling.
651           SMTPSession: new class which is a sub class of Session.
652           smtp_session_new(): moved send_smtp_open() into this function.
653           smtp_from(): moved SMTP AUTH calls into smtp_auth().
654           smtp_auth(): use server response for SMTP AUTH method.
655           smtp_ehlo(): read server response and set auth type flags.
656           smtp_helo(): separated EHLO command.
657           smtp_ok(): return the last server response if the buffer is
658           specified.
659         * src/esmtp.[ch]: merged into smtp.[ch].
660         * src/imap.c: imap_session_destroy_all(): use session_destroy().
661
662 2002-04-08
663
664         * src/imap.c: imap_open(): show warning message if IMAP4 session
665           can't be established.
666
667 2002-04-06
668
669         * src/compose.c: made template able to be inserted into the current
670           cursor position.
671         * src/mainwindow.c: moved some menu items under the submenu
672           '/View/Show or hide'.
673
674 2002-04-05
675
676         * src/filter.c
677           src/inc.c: changed folder_find_item_from_path() to
678           folder_find_item_from_identifier().
679           src/prefs_account.c
680           src/prefs_filter.c: use folder_item_get_identifier() to specify
681           folder path.
682
683 2002-04-05
684
685         * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
686           existed in claws' implementation).
687           folder_find_from_name(): find Folder from name and type.
688           folder_get_identifier(): return Folder id.
689           folder_item_get_identifier(): return FolderItem id.
690           folder_find_item_from_identifier(): find FolderItem from id.
691           folder_get_type_string(): return folder type string.
692           folder_get_type_from_string(): return FolderType from string
693           (and fixed the wrong g_strcasecmp() usage).
694         * src/export.c
695           src/import.c: use folder_item_get_identifier() and
696           folder_find_item_from_identifier().
697
698 2002-04-03
699
700         * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
701           point the correct address after reading the continuous line.
702           imap_scan_folder(): set new number to 0 if unseen number is 0.
703           imap_parse_flags(): don't add new and unread flag if \Seen flag
704           exists.
705         * ac/Makefile.am: removed gpgme.m4 from MACROS.
706
707 2002-04-02
708
709         * fixed the old problem that couldn't add flags to currently opened
710           folders.
711         * src/compose.c:
712           compose_send(): update outbox after saving.
713           compose_queue()
714           compose_draft_cb(): use procmsg_add_flags().
715         * src/folder.[ch]: added "opened" flag and "mark_queue" list to
716           FolderItem.
717         * src/main.c: send_queue(): send from all queue folders.
718         * src/mainwindow.c: send_queue_cb(): send from all queue folders.
719         * src/procmsg.[ch]:
720           procmsg_flush_mark_queue(): new. Write all queued flags into file.
721           procmsg_add_flags(): new. Add specified flags to the folder.
722           procmsg_send_queue(): added an argument to specify queue folder.
723           procmsg_save_to_outbox(): use procmsg_add_flags().
724         * src/summaryview.c:
725           summary_show(): up the opened flag of FolderItem.
726           summary_clear_list(): down the opened flag of FolderItem.
727           summary_write_cache(): call procmsg_flush_mark_queue().
728
729 2002-04-01
730
731         * src/summaryview.[ch]: trim the tail of folder name and selected
732           number on the status label if the space is not enough.
733
734 2002-04-01
735
736         * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
737           set SpecialFolderItemType when creating special folders under
738           INBOX.
739         * ac/gpgme.m4: removed.
740         * ac/README: added.
741         * ac/missing/gdk-pixbuf.m4
742           ac/missing/gettext.m4
743           ac/missing/gpgme.m4
744           ac/missing/imlib.m4: added for convenience.
745
746 2002-03-29
747
748         * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
749           shown after the decoded challenge string. Fixed a memory leak.
750           Removed strtok().
751         * src/compose.c: compose_draft_cb(): mark draft messages as read.
752         * src/folderview.c: folderview_update_node(): disable emphasis
753           for Outbox and Draft folders.
754
755 2002-03-28
756
757         * src/messageview.c: messageview_show(): fixed a memory leak.
758         * src/summaryview.c: summary_save_as(): show error dialog if copy
759           failed.
760         * src/about.c: about_show(): make the window active if it is already
761           open.
762
763 2002-03-27
764
765         * src/compose.c: show confirmation dialog before sending if Subject
766           is empty.
767           compose_check_entries(): new.
768           compose_send()
769           compose_send_later_cb(): use compose_check_entries().
770         * src/imap.c: imap_parse_atom(): more fix for parsing responses.
771
772 2002-03-26
773
774         * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
775           responses with continuous line correctly, and fixed a memory leak.
776
777 2002-03-26
778
779         * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
780           length is large.
781         * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
782           after pasting with middle button to prevent the selection growth.
783
784 2002-03-25
785
786         * src/folderview.c:
787           folderview_rename_folder_cb()
788           folderview_delete_folder_cb(): modify filter rules only if the
789           target folder is in the default mailbox.
790         * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
791           line.
792
793 2002-03-23
794
795         * src/compose.c
796           src/mainwindow.c
797           src/prefs_common.c: changed 'Tool' menu to 'Tools'.
798           Moved 'Delete duplicated messages' under 'Tools'.
799
800 2002-03-23
801
802         * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
803           when moving.
804         * src/imap.c: imap_create_special_folder(): fixed a crash bug
805           when folder creation failed, and re-try to create folders under
806           INBOX.
807           imap_scan_tree_recursive(): don't automatically add namespace
808           prefix if it's INBOX. Search also under the INBOX for special
809           folders.
810         * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
811           when moving.
812
813 2002-03-23
814
815         * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
816           abbreviated newsgroup name.
817         * src/folderview.c: folderview_update_node(): display newsgroups
818           with abbreviated name if name and path is the same.
819         * src/summaryview.c: summary_status_show(): show the newsgroup with
820           abbreviated name.
821
822 2002-03-23
823
824         * src/foldersel.c
825           src/folderview.c: changed the label 'Draft' to 'Drafts'.
826         * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
827           imap_create_missing_folders(): fixed the wrong assignment of
828           Queue folder to draft.
829
830 2002-03-22
831
832         * enabled Sent / Draft / Queue folders on IMAP server.
833         * src/compose.c: compose_queue(), compose_draft_cb(): use account's
834           queue and draft folder if they exist.
835           src/imap.[ch]:
836           imap_create_trash(): removed.
837           imap_create_special_folder(): new. Generalized imap_create_trash().
838           imap_create_missing_folders(): automatically create missing folders.
839           imap_is_msg_changed(): added the dummy method.
840           imap_scan_tree_recursive(): search also Sent, Draft and Queue
841           folders. Minor code cleanups.
842           imap_parse_envelope(): check for null strings.
843           src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
844           for messages on IMAP folder.
845
846 2002-03-20
847
848         * src/compose.c: compose_send(): use account's outbox folder
849           if it exists.
850         * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
851           that the outbox can be specified.
852
853 2002-03-20
854
855         * src/compose.c: don't save to outbox when messages are queued.
856           compose_save_to_outbox(): moved to procmsg.c.
857         * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
858           sending succeeded.
859           procmsg_save_to_outbox(): new. Removes the queueing headers if
860           needed, and adds the given file to the outbox.
861
862 2002-03-20
863
864         * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
865           get_indent_length(): treat ':' and '#' also as quote char, and
866           cleaned up using strchr().
867
868 2002-03-19
869
870         * src/mainwindow.c: modified some menu items.
871
872 2002-03-19
873
874         * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
875           (current "outbox" will be kept until rescan).
876         * src/folder.c: folder_set_missing_folders(): create the missing
877           folders.
878         * src/foldersel.c
879           src/folderview.c: changed 'Outbox' to 'Sent'.
880         * src/main.c: call folder_set_missing_folders().
881         * src/mh.c: mh_scan_tree(): create missing folders.
882         * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
883           didn't set the menu sensitivity correctly.
884
885 2002-03-18
886
887         * src/folderview.c
888           src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
889           folderview_rename_folder_cb(): reopen the current folder when
890           the ancestor is renamed.
891           imap_rename_folder(): new method implementation.
892           imap_cmd_rename()
893           imap_rename_folder_func(): new.
894           imap_remove_folder(): remove also the cache directory.
895
896 2002-03-17
897
898         * src/imap.c: implemented locale encoding <-> modified utf-7
899           conversion, and supported i18n of folder name (thanks to Suzuki
900           Mio).
901           imap_path_separator_subst(): handle the escape characters of
902           modified utf-7.
903           imap_modified_utf7_to_locale()
904           imap_locale_to_modified_utf7(): new.
905           imap_create_trash(): modified so that it create the Trash folder
906           to the correct location when imap directory is specified.
907           imap_get_real_path(): removed debug print.
908
909 2002-03-14
910
911         * src/socket.c: implemented timeout for DNS lookup and connect().
912           sock_connect_by_hostname(): timeout support and code cleanup.
913           sock_connect_with_timeout(): new.
914           sock_peek(): implemented SSL peek.
915
916 2002-03-13
917
918         * src/messageview.c: messageview_show(): display single-part
919           text/html messages with the normal text view.
920         * src/account.c
921           src/addrbook.c
922           src/addrindex.c
923           src/compose.c
924           src/imap.c
925           src/inc.c
926           src/jpilot.c
927           src/ldif.c
928           src/mbox.c
929           src/mimeview.c
930           src/news.c
931           src/prefs.c
932           src/prefs_common.c
933           src/prefs_customheader.c
934           src/prefs_display_header.c
935           src/prefs_filter.c
936           src/procheader.c
937           src/procmime.c
938           src/procmsg.c
939           src/recv.c
940           src/rfc2015.c
941           src/send.c
942           src/sourcewindow.c
943           src/summaryview.c
944           src/template.c
945           src/textview.c
946           src/unmime.c
947           src/utils.c
948           src/vcard.c
949           src/xml.c: added 'b' to the option of all fopen().
950
951 2002-03-09
952
953         * version 0.7.4
954
955 2002-03-09
956
957         * src/ssl.[ch]: match its coding style.
958         * src/compose.c: compose_send_later_cb(): fixed a bug that failed
959           to save file.
960         * faq/Makefile.am
961           faq/en/Makefile.am
962           faq/en/sylpheed-faq*.html
963           faq/es/Makefile.am
964           faq/es/sylpheed-faq*.html
965           faq/fr/Makefile.am
966           faq/fr/sylpheed-faq*.html
967           configure.in
968           Makefile.am
969           src/Makefile.am
970           src/defs.h
971           src/mainwindow.c
972           src/manual.[ch]: added FAQs in English, Spanish and French.
973
974 2002-03-07
975
976         * manual/en/sylpheed*.html: updated to the latest version.
977         * libkcc/jis.c
978           src/addrcache.c
979           src/addritem.c
980           src/ldif.c
981           src/mgutils.c: include string.h to remove warning about strlen()
982           etc.
983         * src/folder.c
984           src/folderview.c
985           src/inc.c
986           src/logwindow.c
987           src/mainwindow.c
988           src/mimeview.c
989           src/prefs.c
990           src/prefs_common.c
991           src/procheader.c
992           src/send.c
993           src/session.c
994           src/sigstatus.c
995           src/summaryview.c: added break to the last label of switch to
996           prevent the 'deprecated use of label at end of compound statement'
997           warning at gcc-3.0.
998         * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
999
1000 2002-03-06
1001
1002         * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
1003           static list.
1004           inc_cancel_all(): new. It cancels the all current incorporation.
1005         * src/mainwindow.c: added 'Cancel receiving' menu.
1006         * src/textview.c: a minor fix for single-part MIME messages, and
1007           a bit of cleanup for textview_write_body().
1008
1009 2002-03-05
1010
1011         * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
1012           information if any errors occured before issuing UIDL command.
1013           src/inc.h: added uidl_is_valid to Pop3State.
1014           src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
1015
1016 2002-03-03
1017
1018         * version 0.7.3
1019
1020 2002-03-03
1021
1022         * src/mimeview.c: mimeview_create(): set the initial notebook page
1023           to 0.
1024         * src/folderview.c: folderview_selected(): scroll the view if the
1025           selected row is hidden.
1026         * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
1027           and select the added row.
1028         * src/summaryview.c: fix threading for null message ids.
1029
1030 2002-03-02
1031
1032         * src/textview.c: textview_show_message(): follow message/rfc822
1033           parts.
1034           textview_add_part(): add a caption before the attached text files.
1035           textview_show_header(): don't add the newline.
1036         * src/messageview.c: enabled message search also in MIME mode.
1037
1038 2002-03-01
1039
1040         * src/messageview.c: messageview_show(): set header state of
1041           MimeView's TextView, too.
1042         * src/mimeview.c: mimeview_show_message(): call
1043           textview_show_message() to display message.
1044         * src/textview.c: textview_add_part(): new. It adds the content
1045           of message part without clearing the view.
1046           textview_show_message(): display all parts with appropriate
1047           style.
1048           textview_write_body(): separated from textview_show_part().
1049
1050 2002-02-28
1051
1052         * src/mainwindow.c
1053           src/prefs_common.c: added ISO-8859-15 to the codesets for
1054           displaying and sending.
1055         * src/codeconv.c: conv_codeset_strdup(): return NULL if code
1056           conversion failed, and made caller deal with it.
1057         * src/compose.c: compose_write_to_file(): show error dialog when
1058           code conversion failed, and let user select whether to send it
1059           as is or not.
1060         * src/textview.c: textview_write_line(): show the original string
1061           if code conversion failed.
1062
1063 2002-02-27
1064
1065         * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
1066           if copy_mbox() failed (thanks to Alexander Kabaev).
1067         * src/prefs_account.[ch]: added separate user ID / password setting
1068           for SMTP AUTH.
1069         * src/send.c: send_message_smtp(): use separate user ID / password
1070           for SMTP AUTH if it is specified.
1071
1072 2002-02-26
1073
1074         * src/inc.[ch]
1075           src/pop.[ch]: refactored the UIDL management.
1076           store the information of messages into the array of Pop3MsgInfo
1077           structure, and do full scanning of not retrieved messages.
1078
1079 2002-02-26
1080
1081         * src/filesel.c
1082           src/foldersel.c
1083           src/mainwindow.c: set WMCLASS for window/dialog.
1084         * src/codeconv.c: conv_codeset_strdup(): return source string
1085           when jconv_alloc_conv() failed.
1086
1087 2002-02-25
1088
1089         * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
1090           name to the macros.
1091
1092 2002-02-24
1093
1094         * src/messageview.c
1095           src/mimeview.[ch]
1096           src/summaryview.c: implemented the new notebook tab interface for
1097           MIME message.
1098         * src/textview.[ch]: fixed line space related glitches.
1099
1100 2002-02-23
1101
1102         * src/prefs_filter.c:
1103           prefs_filter_rename_path()
1104           prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
1105
1106 2002-02-23
1107
1108         * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
1109         * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
1110           while getting data.
1111         * src/inc.c: inc_pop3_recv_func(): abort data receiving when
1112           cancelled, and fixed potential crash bug.
1113         * src/grouplistdialog.c: enabled cancelling of data receiving.
1114         * src/news.c: news_get_group_list(): destroy current session if
1115           retrieving failed.
1116
1117 2002-02-22
1118
1119         * src/manage_window.[ch]: fixed a bug that caused crash when
1120           the main window was hidden.
1121           MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
1122           Monitor "unmap_event", "destroy" events.
1123         * src/account.c;
1124           src/addressbook.c
1125           src/compose.c
1126           src/export.c
1127           src/filesel.c
1128           src/foldersel.c
1129           src/grouplistdialog.c
1130           src/import.c
1131           src/inputdialog.c
1132           src/mainwindow.c
1133           src/message_search.c
1134           src/passphrase.c
1135           src/prefs_account.c
1136           src/prefs_common.c
1137           src/prefs_customheader.c
1138           src/prefs_display_header.c
1139           src/prefs_filter.c
1140           src/prefs_template.c
1141           src/summary_search.c
1142           src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
1143           connect signals for window management.
1144
1145 2002-02-21
1146
1147         * src/prefs_account.[ch]: added receive size limit option.
1148         * src/pop.c: skip messages larger than the limit size.
1149           LOOKUP_NEXT_MSG(): new macro.
1150         * src/compose.c: compose_attach_append(): check whether the file
1151           is readable.
1152
1153 2002-02-21
1154
1155         * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
1156           changed g_message()'s to debug_print() and g_warning().
1157           rfc2015_decrypt_message(): fixed a bug that duplicated message
1158           parts when decryption was failed/cancelled. And made some code
1159           cleanup.
1160         * src/passphrase.c: made the dialog transient.
1161         * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
1162
1163 2002-02-20
1164
1165         * src/messageview.c
1166           src/procmsg.[ch]: fixed a bug that failed to parse multipart
1167           messages if GPGME was enabled.
1168         * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
1169           is not used.
1170         * src/prefs_account.c: prefs_account_privacy_create(): modified
1171           the vertical spacing.
1172
1173 2002-02-19
1174
1175         * src/menu.[ch]: menu_set_sensitive_all(): new.
1176           menu_set_insensitive_all(): made it a wrapper for
1177           menu_set_sensitive_all().
1178         * src/prefs_account.c:
1179           prefs_account_open()
1180           prefs_account_protocol_set_optmenu(): made the protocol type
1181           unchangeable after creating an account.
1182         * src/compose.c: compose_attach_parts(): traverse MIME tree to
1183           extract all attathed files from nested multipart MIME message.
1184
1185 2002-02-19
1186
1187         * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
1188           obtain minimum/maximum number, and to specify first number
1189           limit.
1190         * src/folderview.c
1191           src/inc.c: enabled new message checking on news folder.
1192         * src/news.c: news_scan_group(): implemented. Guess new/unread
1193           message number from the response of GROUP command and the mark
1194           data.
1195           news_select_group(): return the total/first/last number.
1196         * src/prefs_account.c: prefs_account_receive_create(): modified
1197           the text of the 'Get all' check button.
1198
1199 2002-02-18
1200
1201         * src/account.c: made 'Get all' checkbox available for IMAP4 and
1202           NNTP accounts.
1203         * src/inc.c: corrected the argument of folderview_check_new().
1204         * src/prefs_account.c: modification for the "`Get all' checks for
1205           new mail on this account" checkbox.
1206
1207 2002-02-18
1208
1209         * src/folderview.[ch]:
1210           folderview_rescan_tree(), folderview_rescan_all(): renamed from
1211           folderview_update_tree() and folderview_update_all().
1212           folderview_update_all_node(): removed.
1213           folderview_check_new(): new. If the argument is NULL, it checks
1214           all local folders. If the arguments is specified, it checks
1215           the (local and remote) folder.
1216         * src/inc.c:
1217           inc_account_mail()
1218           inc_all_account_mail(): check also IMAP4 account.
1219
1220 2002-02-18
1221
1222         * src/folderview.c:
1223           folderview_rename_folder_cb()
1224           folderview_delete_folder_cb(): modify the filter rules when folder
1225           is renamed/deleted.
1226         * src/prefs_filter.[ch]:
1227           prefs_filter_rename_path(): new. It renames the destination paths
1228           in the filter list.
1229           prefs_filter_delete_path(): new. It deletes the filter rules if
1230           the destination paths matched.
1231         * thanks to Neill Miller for above.
1232
1233 2002-02-17
1234
1235         * src/compose.c: inherit attached files when forwarding or reediting
1236           (rewrote the code in claws branch).
1237           compose_attach_parts(): new. It extracts and attaches the files
1238           in the given message.
1239           compose_attach_append(): chnaged the types of arguments.
1240         * src/messageview.c: messageview_show(): moved the GPG decryption
1241           code to procmsg.c.
1242         * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
1243
1244 2002-02-16
1245
1246         * version 0.7.2
1247
1248 2002-02-16
1249
1250         * src/summary_search(): summary_search_execute(): scroll the view
1251           when message view is hidden.
1252
1253 2002-02-15
1254
1255         * src/foldersel.c: foldersel_set_tree(): made different type of
1256           folders selectable in moving mode.
1257         * src/folderview.[ch]: folderview_update_msg_num(): compare the
1258           numbers with the CTree's labels, and don't update folder_item here.
1259         * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
1260           implemented moving between different type of folders.
1261         * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
1262           mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
1263           mh_move_msg() and mh_move_msgs_with_dest()).
1264           mh_move_msg(), mh_move_msgs_with_dest(): implemented message
1265           moving between different type of folders.
1266           mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
1267         * src/summaryview.c: summary_status_show(): update folder_item
1268           here.
1269         * po/POTFILES.in: removed reference to headerwindow.c.
1270         * src/summaryview.c: summary_step(): fixed the behavior on the
1271           head and tail of the list.
1272
1273 2002-02-15
1274
1275         * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
1276           all header' toggle state from the property of the TextView.
1277         * src/summaryview.[ch]: made 'All header' toggle switch.
1278           Prohibited unnecessary menu update.
1279           summary_select_node(): added the argument 'do_refresh'.
1280           Some code cleanups.
1281
1282 2002-02-14
1283
1284         * src/utils.c: strsplit_with_quote(): remove quotation characters
1285           in the function (fix composer's external editor problem) (thanks
1286           to Stefaan A Eeckels).
1287         * src/mainwindow.[ch]: made 'Show all header' toggle switch.
1288           main_window_menu_callback_block()
1289           main_window_menu_callback_unblock(): new.
1290           main_window_set_menu_sensitive(): set the toggle status of
1291           menu items.
1292           show_all_header_cb(): read the status of toggle menu item.
1293         * src/mainwindow.[ch]: made 'Thread view' toggle switch.
1294         * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
1295           'Unthread view'.
1296
1297 2002-02-13
1298
1299         * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
1300           the path separator (thanks to Sergey Vlasov).
1301         * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
1302           if the length of selection is zero.
1303           Fixed the assertion.
1304         * src/utils.c: str_open_as_stream(): return immediately if
1305           the length of str is zero.
1306         * src/headerwindow.[ch]: removed.
1307         * src/socket.[ch]
1308           src/inc.c: removed stale thread support codes.
1309
1310 2002-02-12
1311
1312         * src/procmsg.c: procmsg_open_message(): modified so that it
1313           returns the stream of decrypted message file if it exists
1314           (this fixes the failure of gpg decryption in messageview.c).
1315
1316 2002-02-11
1317
1318         * version 0.7.1
1319
1320 2002-02-11
1321
1322         * src/compose.[ch]
1323           src/gtkutils.[ch]
1324           src/prefs_template.c
1325           src/quote_fmt.h
1326           src/quote_fmt_parse.y
1327           src/summaryview.c
1328           src/utils.[ch]: if the part of the message text is selected, use
1329           it for quoted text instead of the entire message body (thanks to
1330           Darko Koruga).
1331           src/utils.[ch]: str_open_as_stream(): new. It returns an
1332           temporary stream for the given string.
1333         * src/main.c: added "--send" command line option.
1334         * src/compose.c: compose_reply_set_entry(): add From address to
1335           Cc if Reply-To and to_all are both specified.
1336         * Makefile.am: correct the Source: line in the RPM spec file in
1337           .tar.bz2 package.
1338
1339 2002-02-07
1340
1341         * src/procmsg.c: procmsg_open_message(): fetch message if the cache
1342           doesn't exist.
1343         * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
1344           that specifies the folder selection type.
1345         * src/addressbook.c
1346           src/compose.c
1347           src/editaddress.c
1348           src/editgroup.c
1349           src/folderview.c
1350           src/importldif.c
1351           src/mainwindow.c
1352           src/md5.c
1353           src/mimeview.c
1354           src/prefs_common.c
1355           src/prefs_customheader.c
1356           src/prefs_filter.c
1357           src/summaryview.c: made it compile with C compilers other than gcc
1358           (thanks to Shawn Houston).
1359
1360 2002-02-06
1361
1362         * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
1363           list.
1364         * src/prefs_common.c: made the key binding setting separate dialog.
1365         * src/addressbook.c: addressbook_format_address(): add "" around
1366           the display name if it contains comma (thanks to Satoshi Watanabe).
1367         * src/addr_compl.c: get_complete_address(): add "" around the
1368           display name if it contains comma.
1369           get_address_from_edit(): handle the quotation character correctly.
1370         * src/addr_compl.c: get_complete_address()
1371           src/addressbook.c: addressbook_format_address(): fixed a bug that
1372           caused wrong text processing if the display name is empty.
1373         * updated NEWS.
1374
1375 2002-02-05
1376
1377         * src/compose.c: compose_exec_ext_editor_real(): replaced
1378           g_strsplit() with strsplit_with_quote().
1379         * src/foldersel.c
1380           src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
1381         * src/folderview.c:
1382           folderview_drag_motion_cb()
1383           folderview_drag_received_cb(): allow dropping into IMAP4 folder.
1384         * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
1385           fread().
1386         * src/imap.c
1387           imap_copy_msg()
1388           imap_copy_msgs_with_dest(): use imap_add_msg() if the source
1389           of the message is different from the current mailbox.
1390           Return the correct value.
1391           imap_cmd_append(): properly implemented the APPEND command.
1392
1393 2002-02-04
1394
1395         * src/mainwindow.c
1396           src/messageview.[ch]
1397           src/summaryview.[ch]
1398           src/textview.[ch]: show all headers in the message view, and don't
1399           use the header window anymore.
1400         * src/mainwindow.c
1401           src/prefs_common.c: changed the default shortcut of 'compose new
1402           message'.
1403         * src/mainwindow.c
1404           src/summaryview.[ch]: summary_display_msg_selected(): new.
1405           Show the selected message if 'Show all header' is selected.
1406         * src/mh.c
1407           src/sourcewindow.c: changed some procmsg_get_message_file_path()
1408           to procmsg_get_message_file() to be sure the message is
1409           retrieved.
1410         * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
1411           any folder to MH folder.
1412           folderview_drag_received_cb(): copy messages instead of moving
1413           if the source folder is news or IMAP.
1414         * src/mainwindow.c
1415           src/summaryview.c: allow copy from news folder.
1416
1417 2002-02-03
1418
1419         * src/prefs_common.c: prefs_other_create(): modified the design
1420           of the external command settings.
1421           prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
1422           preset closer to the original.
1423           Added Mutt keybind preset.
1424           Also change the compose keybinds.
1425         * src/compose.c: modified some menu shortcuts.
1426         * src/codeconv.c: modified the locale_table for Thai encoding.
1427
1428 2002-02-01
1429
1430         * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
1431         * src/prefs_common.c: prefs_interface_create(): modified the
1432           description for menu shortcut.
1433
1434 2002-01-31
1435
1436         * src/gtkutils.[ch]: added gtk_stext_clear().
1437         * src/compose.[ch]
1438           src/mainwindow.c
1439           src/summaryview.[ch]: enabled multiple forwarding.
1440         * src/summaryview.c:
1441           summary_set_marks_selected(): set marks for all selected row.
1442           summary_reply(): moved from summary_reply_cb().
1443         * compose.[ch]: compose_forward(): modified so that it receives
1444           the message list.
1445         * src/mainwindow.c: cleanup for reply processing.
1446         * src/summaryview.c: summary_reply(): fixed a memory leak.
1447           summary_key_pressed(): removed hardcoded mark / mark as unread
1448           shortcuts.
1449         * src/mainwindow.c
1450           src/prefs_common.c: added mark / mark as unread shortcuts to
1451           the menu.
1452
1453 2002-01-30
1454
1455         * src/compose.c: compose_wrap_line_all(): wrap quoted part even
1456           if prefs_common.linewrap_quote is not set (it is only for
1457           auto-wrapping on reply).
1458         * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
1459           when creating a new account.
1460         * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
1461           directory change.
1462         * src/prefs_common.c: prefs_interface_create(): modified the
1463           description of key binds selector.
1464
1465 2002-01-29
1466
1467         * src/mimeview.c: fixed multiple dialog / moving by correcting
1468           button / key event processing.
1469         * src/mimeview.[ch]
1470           src/textview.c: pass some key press events to MimeView in MIME
1471           mode.
1472         * src/prefs_filter.c: fixed a bug that didn't set the order of
1473           rules correctly.
1474         * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
1475           empty_menurc string.
1476
1477 2002-01-28
1478
1479         * src/mainwindow.c
1480           src/prefs_common.c: reorganized the menu shortcuts.
1481           Added 'View - Toggle summary view'.
1482         * src/summaryview.[ch]: summary_toggle_view(): made it public
1483           function.
1484         * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
1485           and 'On exit'.
1486         * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
1487           closing the dialog with window manager (in more appropriate way).
1488         * src/imageview.[ch]
1489           src/messageview.c
1490           src/mimeview.c: fixed wrong scrolling position when switching
1491           between text and image parts. Also free the unrequired image
1492           (thanks to Sergey Vlasov).
1493         * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
1494           by default.
1495
1496 2002-01-28
1497
1498         * src/prefs_common.c: implemented shortcut quick changer.
1499         * src/folderview.c: folderview_key_pressed()
1500           src/summaryview.c: summary_key_pressed(): removed some hardcoded
1501           key binds.
1502
1503 2002-01-25
1504
1505         * src/procmime.c:
1506           procmime_get_mime_type()
1507           procmime_get_mime_type_table(): made the MIME type search case
1508           insensitive.
1509         * src/gtkstext.c:
1510           gtk_stext_delete_line(): delete newline on empty line.
1511           gtk_stext_delete_to_line_end(): delete newline if cursor is on
1512           the last of line.
1513           (thanks to Yasuzaki Masayoshi.)
1514
1515 2002-01-23
1516
1517         * src/compose.c
1518           src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
1519           and made them customizable.
1520         * src/utils.[ch]: added get_file_size_as_crlf() which returns
1521           the file size when converting LF to CR+LF.
1522
1523 2002-01-22
1524
1525         * src/compose.c: enabled 'Ctrl-Enter' or
1526           'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
1527           before.
1528         * src/gtkstext.c: disabled some Emacs key bindings.
1529           gtk_stext_key_press(): don't extend selection when Shift-Enter
1530           is pressed to prevent the disapperance of cursor.
1531         * src/summaryview.c: summary_select_next_unread(): added the button
1532           to search unread message again from the beginning to the dialog.
1533         * src/folderview.c: folderview_key_pressed(): go to next unread
1534           folder if space key is pressed on the empty folder.
1535           Move CTree focus before selecting row.
1536
1537 2002-01-21
1538
1539         * src/defs.h: modified the XLFD of default fonts.
1540         * src/textview.c: textview_create(): fixed a bug that caused
1541           segfault if font couldn't be loaded.
1542         * src/folderview.c
1543           src/grouplistdialog.c: compare subscribed groups with path.
1544         * src/prefs_filter.c: changed 'Operator' to 'Condition'.
1545
1546 2002-01-20
1547
1548         * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
1549           when URL is wider than wrapping margin.
1550         * src/mainwindow.c
1551           src/prefs_filter.[ch]
1552           src/summaryview.[ch]: added "Create filter rule" function based
1553           on the patch from Luca Rosellini.
1554         * src/summaryview.c: summary_filter_open(): added X-List and
1555           X-Mailing-list to the automatically detected headers.
1556
1557 2002-01-18
1558
1559         * configure.in: support Mac OS X (Darwin).
1560
1561 2002-01-16
1562
1563         * src/prefs_filter.c: use inc_(un)lock() instead of
1564           inc_autocheck_timer_{remove|set}().
1565         * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
1566           instead of gtk_ctree_sort_node() so that messages within threads
1567           are also sorted.
1568         * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
1569           target of sizeof was wrong and caused crash on Alpha architecture
1570           (thanks to Motonobu Ichimura).
1571
1572 2002-01-15
1573
1574         * src/foldersel.c:
1575           foldersel_gnode_func(): made the names of special folders
1576           translated strings.
1577           foldersel_set_tree(): move the special folder to the top.
1578         * src/inputdialog.[ch]: input_dialog_query_password(): new.
1579         * src/imap.c
1580           src/inc.c
1581           src/news.c
1582           src/send.c: use input_dialog_query_password() instead of their
1583           own query functions.
1584
1585 2002-01-14
1586
1587         * src/defs.h: modified the default font.
1588         * src/folder.[ch]
1589           src/mh.[ch]
1590           src/imap.[ch]
1591           src/news.[ch]: moved the class definition and some methods to
1592           the proper location.
1593
1594 2002-01-11
1595
1596         * src/mimeview.c: mimeview_save_as()
1597           src/summaryview.c: summary_save_as(): put the default filename
1598           based on the subject.
1599         * src/utils.[ch]: added subst_chars() and subst_for_filename()
1600           which substitute some special characters with underscore.
1601         * src/filesel.c: filesel_select_file(): select the default filename.
1602
1603 2002-01-10
1604
1605         * INSTALL
1606           INSTALL.jp: added the description and the URL for libjconv.
1607         * src/mainwindow.c: menu entries cleanup.
1608
1609 2002-01-09
1610
1611         * README
1612           README.jp
1613           src/about.c: modified the copyright year.
1614         * src/gtkstext.h: added the notice for modification by the Sylpheed
1615           Team.
1616
1617 2002-01-08
1618
1619         * INSTALL
1620           INSTALL.jp: added the URL for compface.
1621
1622 2002-01-07
1623
1624         * version 0.7.0
1625
1626 2002-01-07
1627
1628         * src/headerwindow.c
1629           src/logwindow.c
1630           src/messageview.c
1631           src/sourcewindow.c: set wmclass when creating windows.
1632
1633 2002-01-04
1634
1635         * src/compose.c: compose_wrap_line_all(): fixed the bug that
1636           caused infinite loop when wrapping certain patterns of quoted text.
1637
1638 2002-01-02
1639
1640         * src/imap.c: imap_parse_envelope(): put the assertion after
1641           imap_parse_address() to prevent segmentation fault.
1642
1643 2001-12-31
1644
1645         * src/folderview.c
1646           src/mainwindow.c: modified some labels of menu items.
1647         * src/ldif.c: put the return value of fgetc() in a gint.
1648         * src/importldif.c: don't brace null strings with _().
1649         * src/compose.c: moved the position of Subject entry to the last.
1650           Reorganized the menu.
1651           compose_draft_cb(): added 'keep editing after saving to draft'
1652           feature.
1653
1654 2001-12-30
1655
1656         * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
1657           menu. Moved 'Help' menu to just the right of 'Configuration'.
1658           Removed 'File - Close' menu item.
1659
1660 2001-12-25
1661
1662         * src/mainwindow.c: some menu reorganization.
1663         * AUTHORS: updated. Added more contributors.
1664         * src/account.c: account_row_moved(): new. Moves displayed row to
1665           the appropriate position when up / down button are pressed.
1666           account_clist_set(): move displayed row to the appropriate position.
1667         * src/compose.c
1668           src/mainwindow.c: set title and wmclass when creating windows.
1669
1670 2001-12-24
1671
1672         * src/gtkstext.c: fixed a bug that didn't show block cursor
1673           correctly. Removed unnecessary GdkGC copy. Fixed cursor
1674           coordinate.
1675         * src/compose.c
1676           src/gtkutils.[ch]
1677           src/textview.[ch]
1678           src/undo.c: modified to use GtkSText.
1679         * src/menu.h: added #include <gtk/gtkmenu.h>.
1680
1681 2001-12-23
1682
1683         * acconfig.h
1684           configure.in: added XIM checking for GTK+.
1685         * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
1686
1687 2001-12-22
1688
1689         * src/filter.c: added #include <sys/types.h>.
1690
1691 2001-12-21
1692
1693         * src/template.c: template_write_config(): fixed a typo.
1694         * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
1695         * src/filter.[ch]
1696           src/prefs_filter.c: supported regular expression (thanks to
1697           Yukihiro Nakai).
1698         * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
1699           undo state when pasted clipboard was empty.
1700           undo_check_size(): use g_list_last().
1701           undo_undo()
1702           undo_redo(): fixed NULL checking and made a bit of optimization.
1703           Some code cleanups.
1704         * src/prefs_common.c: changed the default value of linewrap length
1705           to 72.
1706
1707 2001-12-20
1708
1709         * reorganization of pixmap management.
1710         * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
1711         * modified every files which directly use pixmaps data to use
1712           stock_pixmap_*().
1713         * src/undo.[ch]: renamed undo_set_undo_change_funct() to
1714           undo_set_change_state_func(), and changed its argument from
1715           GtkWidget* to gpointer.
1716           undo_merge(): code cleanup.
1717         * src/compose.c: renamed compose_set_undo() to
1718           compose_undo_state_changed().
1719
1720 2001-12-19
1721
1722         * src/account.c: account_find_from_address(): made it case
1723           insensitive.
1724         * src/addressbook.c: addressbook_create(): set wmclass.
1725         * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
1726           break.
1727         * src/importldif.c
1728           src/ldif.[ch]: merged from the claws branch.
1729         * src/importldif.c: removed some warnings.
1730           imp_ldif_field_list_toggle(): fixed button checking.
1731           imp_ldif_dialog_create(): minor layout fix.
1732         * src/ldif.c: removed some warnings.
1733         * INSTALL
1734           INSTALL.jp: updated confirmation list.
1735         * src/vcard.c:
1736           vcard_read_file()
1737           vcard_test_read_file(): fixed a memory leak of tagtemp.
1738           Some code cleanups (decreasing the indent level).
1739         * src/addrindex.c
1740           src/jpilot.[ch]
1741           src/syldap.[ch]: disabled runtime library checking because JPilot
1742           and LDAP libraries are linked on the build time, and the program
1743           doesn't execute without them anyway.
1744         * src/addressbook.c
1745           src/addrindex.c: changed "J-Pilot" to "JPilot".
1746           Removed warning for atoi().
1747
1748 2001-12-18
1749
1750         * src/procmsg.c: procmsg_empty_trash()
1751           src/mainwindow.c: main_window_empty_trash(): empty trash only if
1752           it contains some messages.
1753         * src/imap.c: search_array_str(): new.
1754           imap_status(): fixed a bug that didn't parse the command response
1755           correctly.
1756
1757 2001-12-18
1758
1759         * merged undo function (by Jens Oberender).
1760         * src/undo.[ch]: new.
1761           undo_insert_text_cb(): fix for multibyte characters (obtain the
1762           number of letters instead of bytes).
1763         * src/compose.[ch]: added the code for undo.
1764         * src/prefs_common.[ch]: added the interface for setting undo level.
1765
1766 2001-12-16
1767
1768         * src/compose.c: compose_template_apply()
1769           src/prefs_template.c: prefs_template_clist_set_row()
1770           src/template.c: template_write_config(): don't replace To: and
1771           Subject: entry in composition window if they are empty.
1772
1773 2001-12-16
1774
1775         * version 0.6.6
1776
1777 2001-12-15
1778
1779         * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
1780         * src/ldif.c: ldif_get_line(): ignore CR.
1781         * src/mimeview.c: mimeview_show_message(): search also text/html
1782           for first text part.
1783
1784 2001-12-14
1785
1786         * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
1787           that didn't update accountrc if account_list == NULL (thanks to
1788           Watanabe).
1789
1790 2001-12-14
1791
1792         * src/utils.h: added the macro Xstrcat_a() that concatenates
1793           two strings and return alloca'd string.
1794         * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
1795           handle folder name which includes some spaces correctly
1796           (based on the patch from Willem van Engen (thanks!)).
1797         * src/compose.c: compose_wrap_line_all(): fixed the crash when
1798           wrapping long lines if linewrap quotation is disabled and
1799           a word spanning more than one line.
1800
1801 2001-12-14
1802
1803         * applied the Tobias' patch with modification (thanks!).
1804         * src/imap.[ch]:
1805           imap_msg_set_perm_flags()
1806           imap_msg_unset_perm_flags(): new. They set permanent flags to
1807           a IMAP message.
1808         * src/compose.c
1809           src/summaryview.c: set flags on IMAP server when flags are changed.
1810
1811 2001-12-11
1812
1813         * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
1814           of gtk_container_remove() for workaround of a bug in
1815           Gtk{Text,Entry} (thanks to Sergey Vlasov).
1816         * src/compose.c
1817           src/mainwindow.c
1818           src/messageview.c
1819           src/mimeview.c
1820           src/summaryview.c
1821           src/textview.c: replaced gtk_container_remove() with
1822           gtkut_container_remove(), and removed previous partial fix.
1823
1824 2001-12-09
1825
1826         * src/prefs_account.c: prefs_account_apply(): fixed a bug that
1827           checked user ID on "local", but didn't on IMAP4.
1828         * src/imap.c: imap_session_get(): fixed a crash bug when
1829           rfolder->session == NULL.
1830         * Makefile.am: changed the arguments of tar from 'chojf' to
1831           '--bzip2 -chof'.
1832         * src/summaryview.c: summary_toggle_view(): disclaim the selection
1833           of textview before removing vpaned.
1834
1835 2001-12-08
1836
1837         * src/messageview.c: messageview_change_view_type(): disclaim the
1838           selection before removing textview. This solves the mysterious
1839           copy-paste disability (thanks to Melvin Hadasht).
1840         * src/textview.c: textview_set_font(): use
1841           gtk_editable_claim_selection() instead of
1842           gtk_editable_select_region().
1843
1844 2001-12-06
1845
1846         * src/prefs_template.c: prefs_template_window_create(): supported
1847           address completion on the To: entry.
1848
1849 2001-12-04
1850
1851         * src/folder.c:
1852           folder_count_total_msgs()
1853           folder_count_total_msgs_func(): use g_node_traverse() to traverse
1854           GNode.
1855
1856 2001-12-03
1857
1858         * src/compose.c: fixed a bug that empty body was refused.
1859         * src/prefs_template.c: fixed a bug that didn't set To: entry
1860           correctly. Display error dialog if format is illegal.
1861         * src/prefs_common.c
1862           src/quote_fmt_lex.l
1863           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
1864           "{ }" to prevent confusion on using parenthesis.
1865         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
1866
1867 2001-11-29
1868
1869         * src/prefs_template.c: added colon to the header labels.
1870
1871 2001-11-28
1872
1873         * src/compose.c
1874           src/prefs_template.c
1875           src/template.[ch]: added To field to the template.
1876
1877 2001-11-27
1878
1879         * src/textview.c: textview_show_part(): use first found
1880           message/rfc822 header.
1881         * src/folderview.c: added "Search messages..." to the context menu.
1882         * src/prefs_common.c: prefs_quote_description_create(): added
1883           description for characters which need to be escaped.
1884
1885 2001-11-26
1886
1887         * src/compose.c: compose_wrap_line_all(): more merging from claws.
1888           GET_CHAR(): renamed GET_TEXT() and made it more generic.
1889           Modified compose_wrap_line() and compose_wrap_line_all() to use
1890           GET_CHAR().
1891         * src/textview.c: textview_show_part(): show the header of nested
1892           RFC822 attachment correctly.
1893
1894 2001-11-25
1895
1896         * src/folder.[ch]
1897           src/main.c: added --status option to get new, unread and total
1898           message count from a running Sylpheed (merged from claws).
1899           prohibit_duplicate_launch(): output '\n' only once.
1900
1901 2001-11-23
1902
1903         * src/compose.c
1904           src/gtkutils.[ch]: merged the new wrapping function.
1905           gtkut_text_str_compare_n()
1906           gtkut_text_str_compare()
1907           gtkut_text_is_uri_string(): backport from the GtkSText in the
1908           claws branch, and made modification.
1909         * src/prefs_template.c
1910           src/template.[ch]: added Subject to the template.
1911
1912 2001-11-22
1913
1914         * src/compose.c: compose_write_headers(): added missing parenthesis
1915           that generated invalid custom header (thanks to Masaaki Noro).
1916           Allow Sender: custom header.
1917
1918 2001-11-20
1919
1920         * src/procheader.c: procheader_date_parse(): workaround for
1921           RFC-incompliant Date header.
1922
1923 2001-11-20
1924
1925         * src/addrbook.c: removed redundant functions, and fixed generation
1926           of spurious address book file names.
1927         * src/addrindex.c: V-Card -> vCard.
1928
1929 2001-11-19
1930
1931         * src/textview.c: get_email_part(): replaced isalnum() with
1932           the macro IS_ASCII_ALNUM() which restricts the range of
1933           characters to 7bit ASCII (thanks to Shimamoto).
1934         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
1935           timezone offset.
1936
1937 2001-11-18
1938
1939         * src/textview.c: textview_show_part(): show headers on nested
1940           muitipart text.
1941
1942 2001-11-17
1943
1944         * src/imap.c: imap_session_get()
1945           src/news.c: news_session_get(): fixed segfault when reconnection
1946           failed.
1947         * src/grouplistdialog.c: removed redundant code, and expand nodes
1948           that doesn't match the pattern.
1949
1950 2001-11-16
1951
1952         * src/compose.c: modified so that it sends message when any of
1953           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
1954           compose_check_for_valid_recipient(): new.
1955         * src/grouplistdialog.c: improved the UI.
1956           Added appropriate description and search button.
1957           Search doesn't get group list again.
1958
1959 2001-11-15
1960
1961         * src/news.[ch]: news_session_get(): update the last access time
1962           correctly.
1963           news_group_list_free(): new.
1964         * src/grouplistdialog.c: free resources correctly.
1965
1966 2001-11-15
1967
1968         * src/folderview.c
1969           src/grouplistdialog.[ch]: more merging of new newsgroup
1970           subscription dialog.
1971         * src/news.[ch]: renamed news_remove_group_list() to
1972           news_remove_group_list_cache().
1973
1974 2001-11-14
1975
1976         * src/defs.h: added MAX_ENTRY_LENGTH definition.
1977         * src/compose.c: compose_add_entry_field(): create new entry with
1978           max length.
1979
1980 2001-11-13
1981
1982         * src/grouplistdialog.c: made non-leaf node selectable.
1983           Give the complete newsgroup name for each nodes.
1984
1985 2001-11-13
1986
1987         * src/grouplistdialog.c
1988           src/news.[ch]: merging of new newsgroup subscription dialog
1989           (still in progress. Don't use it yet!).
1990
1991 2001-11-12
1992
1993         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
1994         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
1995           URL.
1996           compose_entries_set(): new. It parses mailto URL and put each
1997           values into the entries.
1998
1999 2001-11-12
2000
2001         * src/compose.c: compose_forward(): fixed a bug that forward
2002           quote mark wasn't used (thanks to Hironori IWANE).
2003         * src/codeconv.[ch]
2004           src/mainwindow.c
2005           src/prefs_common.c: added Thai encodings (thanks to Manrat
2006           Chobchuen).
2007
2008 2001-11-08
2009
2010         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
2011         * src/session.h
2012           src/defs.h
2013           src/imap.[ch]
2014           src/news.c: added last_access_time to Session.
2015           imap_session_get(): check connection only when access interval
2016           has been exceeded.
2017
2018 2001-11-07
2019
2020         * version 0.6.5
2021
2022 2001-11-07
2023
2024         * src/socket.c: ssl_gets(): use SSL_peek.
2025         * updated NEWS and AUTHORS.
2026         * Makefile.am: fixed release target.
2027
2028 2001-11-06
2029
2030         * src/template.c: changed the format of template file to
2031           RFC2822-like.
2032         * src/compose.c: compose_template_apply(): freeze the text widget
2033           while inserting strings.
2034
2035 2001-11-05
2036
2037         * po/POTFILES.in: removed src/template_select.c.
2038         * src/summaryview.c: summary_set_header()
2039           src/address.c: address_parse_str()
2040           src/filter.c: filter_read_str()
2041           src/news.c: news_parse_xover()
2042           src/procheader.c: procheader_get_fromname()
2043           src/utils.c: subject_compare():
2044           replaced Xalloca() + strcpy() with Xstrdup_a().
2045         * src/inputdialog.[ch]: added combo mode.
2046           input_dialog_combo(): new.
2047         * src/prefs_common.[ch]: added MIME open command setting.
2048           prefs_common_{read, save}_config(): read / write command history.
2049         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
2050         * src/utils.[ch]: add_history(): history list management function.
2051
2052 2001-11-04
2053
2054         * src/compose.c: select templates from the menu.
2055           compose_set_template_menu(): new.
2056           compose_reflect_prefs_all(): new.
2057           compose_template_apply(): new. Use dummy MsgInfo for parsing.
2058         * src/template.[ch]: store template list to the static heap.
2059           template_get_config(): new.
2060           template_set_config(): new.
2061         * src/prefs_template.c: don't store template list to the global area.
2062         * src/template_select.[ch]: removed.
2063         * src/quote_fmt_parse.y: check folderitem when quoting messages.
2064         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
2065           (thanks to OSHIRO Naoki).
2066
2067 2001-11-03
2068
2069         * src/utils.[ch]: get_template_dir(): new.
2070         * src/template.c: use get_template_dir().
2071
2072 2001-11-02
2073
2074         * src/prefs_template.c: modified the dialog layout.
2075           Added symbol description button.
2076         * src/summaryview.c: show an arrow mark to the column of the sort
2077           target.
2078           summary_set_column_titles(): new.
2079         * INSTALL
2080           INSTALL.jp
2081           README
2082           README.jp
2083           TODO
2084           TODO.jp: updated the documents.
2085
2086 2001-11-02
2087
2088         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
2089         * src/textview.c: textview_key_pressed()
2090           src/mimeview.c: mimeview_key_pressed()
2091           src/summaryview.c: summary_key_pressed(): delete messages with
2092           Delete key.
2093
2094 2001-11-01
2095
2096         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
2097           when SSL_read() returned 0.
2098         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
2099           of strings.
2100         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
2101           Add prototype of yylex() to suppress the warning.
2102         * merged the template function.
2103         * src/prefs_template.[ch]
2104           src/template.[ch]
2105           src/template_select.[ch]: new.
2106           Renamed prefs_templates_* -> prefs_template_*.
2107         * src/compose.c: added template menu. Added replyinfo to Compose.
2108         * src/mainwindow.c: added template setting menu.
2109         * src/quote_fmt_lex.l: output literal tab and return as is.
2110         * src/prefs_common.c: changed the pref. name of quote format to
2111           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
2112
2113 2001-10-31
2114
2115         * src/prefs_common.[ch]: added Quote tab, and moved the quote
2116           setting from Compose tab.
2117         * merged the new quote format parser.
2118         * src/quote_fmt_lex.h
2119           src/quote_fmt.h
2120           src/quote_fmt_lex.l
2121           src/quote_fmt_parse.y: new files for quote format parser.
2122         * configure.in: added checks for lex and yacc.
2123         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
2124           removed.
2125           compose_quote_fmt(): new.
2126         * src/prefs_common.[ch]: added forward format setting to the
2127           Quote tab. Updated the quote description dialog.
2128         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
2129           if they couldn't get text part.
2130
2131 2001-10-31
2132
2133         * src/pixmaps/checkbox_off.xpm
2134           src/pixmaps/checkbox_on.xpm: new.
2135         * src/account.c: display `get all' status with the checkbox pixmaps.
2136
2137 2001-10-30
2138
2139         * src/send.c: code cleanup. Pass account prefs structure instead
2140           of many arguments.
2141           Query password for SMTP AUTH if not specified (thanks to Mio).
2142
2143 2001-10-30
2144
2145         * src/procheader.c: procheader_parse(): fixed a bug that didn't
2146           parse multiple message-id in In-Reply-To: header correctly
2147           (thanks to KAJIWARA).
2148
2149 2001-10-29
2150
2151         * src/account.c: enabled 'Get all' setting by clicking the 'G'
2152           column of account list, and added some description.
2153         * src/prefs_common.c: prefs_send_create(): added a description
2154           for outgoing codeset.
2155
2156 2001-10-28
2157
2158         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
2159           and added select button and short description.
2160         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
2161         * src/procmime.c:
2162           procmime_get_mime_type_table()
2163           procmime_get_mime_type_list(): modified so that
2164           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
2165           $(HOME)/.sylpheed/mime.types are read.
2166
2167 2001-10-27
2168
2169         * src/prefs_account.c: moved the address auto-setting to the compose
2170           tab.
2171           prefs_account_create(): removed gtk_widget_show_all() for proper
2172           window size.
2173         * src/prefs_common.c: changed "Program path" to "Command".
2174
2175 2001-10-26
2176
2177         * src/textview.c: textview_set_font(): support Russian charset
2178           on EUC-JP locale.
2179         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
2180           bug on deleting.
2181         * prefs_account.c
2182           prefs_common.c
2183           prefs_summary_column.c: minor improvements to the English.
2184         * src/main.c: get_queued_message_num(): don't output the warning
2185           when queueing folder is not found.
2186
2187 2001-10-21
2188
2189         * version 0.6.4
2190
2191 2001-10-21
2192
2193         * src/prefs_summary_column.[ch]:
2194           made prefs_summary_column_get_config() public.
2195         * src/summaryview.c: summary_ctree_create(): some code cleanup.
2196         * configure.in: moved the position of SSL checking after LDAP
2197           for linking problem.
2198
2199 2001-10-21
2200
2201         * src/mainwindow.c
2202           src/summaryview.c: allowed reedit in the outbox.
2203         * src/prefs_summary_column.[ch]: new. UI for setting summary
2204           columns.
2205         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
2206           It calls summary_set_column_order().
2207         * src/summaryview.[ch]:
2208           summary_ctree_create(): new. separated from summary_create().
2209           summary_set_column_order(): new. It destroys the current
2210           CTree and replaces it with the new one.
2211
2212 2001-10-19
2213
2214         * src/smtp.[ch]: smtp_from(): abort if auth failed.
2215         * changed C++-style comments into C-style in some files, and
2216           removed unnecessary commented out codes.
2217         * src/addrcache.[ch]
2218           src/addressbook.c
2219           src/addrindex.[ch]
2220           src/jpilot.[ch]
2221           src/syldap.[ch]: updated the addressbook code, and fixed the
2222           thread bug of LDAP.
2223         * src/ldif.[ch]
2224           src/importldif.[ch]: new.
2225
2226 2001-10-18
2227
2228         * src/about.c: added some items to compiled-in features.
2229         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
2230         * src/addressbook.c: changed "V-Card" to "vCard".
2231           addressbook_edit_address_cb(): added
2232           invalidate_address_completion() to the point address is changed.
2233         * src/codeconv.c: changed C++-style comments into C-style.
2234
2235 2001-10-17
2236
2237         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
2238
2239 2001-10-16
2240
2241         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
2242           was clicked twice.
2243
2244 2001-10-16
2245
2246         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
2247           threads.
2248         * src/summaryview.c:
2249           summary_thread_init(): separated from summary_thread_build(). 
2250           summary_thread_build(): removed the codes for initialization.
2251           summary_set_ctree_from_list(): call summary_thread_init() instead
2252           of summary_thread_build().
2253           summary_filter(): fixed a bug that didn't moved messages despite
2254           of immediate execution setting.
2255
2256 2001-10-14
2257
2258         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
2259           reversed thread tree from message list.
2260         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
2261           node to the head instead of appending to the tail. This prevents
2262           the traverse of node list inside of the GtkCTree, and considerably
2263           speeds up the summary display (the order is O(n^2) -> O(n)).
2264
2265 2001-10-12
2266
2267         * src/prefs_common.c
2268           src/summaryview.[ch]: initial modification for reorderable columns.
2269
2270 2001-10-12
2271
2272         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
2273           memory leak.
2274         * src/folderview.c: folderview_button_pressed(): code cleanup, and
2275           turn sensitivity off if main window is locked.
2276         * src/syldap.c: syldap_read_data(): removed unnecessary and
2277           unportable sched_yield().
2278
2279 2001-10-11
2280
2281         * src/folderview.c: renamed "Update folder tree" context menu to
2282           "Rescan folder tree", and made "Update folder tree" only updates
2283           folder status.
2284           folderview_update_all_node(): don't show message dialog.
2285         * src/gtkutils.c: gtkut_widget_get_uposition()
2286           src/mainwindow.c: main_window_popup(): clip the coordinate to
2287           nonnegative value.
2288
2289 2001-10-10
2290
2291         * src/utils.c: to_human_readable(): made a bit of optimization.
2292         * src/summaryview.c: summary_delete(): fixed a focus problem.
2293           summary_find_{prev,next}_msg(): new. They find previous/next
2294           message that is not deleted.
2295         * src/prefs_filter.c: scroll CList automatically if moved row
2296           becomes not fully visible.
2297
2298 2001-10-09
2299
2300         * updated some autotool scripts.
2301         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
2302           infinite loop when failed to convert encoding.
2303         * src/codeconv.[ch]: a fix for older version of libjconv
2304           (jconv_info_get_current_codeset() returned "EUCJP" instead of
2305           "EUC-JP").
2306
2307 2001-10-08
2308
2309         * version 0.6.3
2310
2311 2001-10-08
2312
2313         * src/compose.c: compose_write_to_file()
2314           src/codeconv.c: conv_codeset_strdup(): more workaround for
2315           libjconv problem on C locale.
2316         * src/editldap_basedn.c: fixed segfault when opening dialog.
2317         * src/utils.c: is_next_mbs()
2318           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
2319           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
2320         * configure.in: increased the reqired version of GPGME to 0.2.3.
2321         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
2322           the receive dialog when POP3 server refused normal authentication.
2323
2324 2001-10-07
2325
2326         * src/prefs_common.c: prefs_receive_create(): correction to English.
2327         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
2328           that didn't set the menu sensitivity correctly (thanks to
2329           Melvin Hadasht).
2330         * src/summaryview.c: delete messages permanently if the current
2331           folder is trash and 'delete' operation is executed.
2332           Fixed the bug that didn't select the last row correctly (thanks
2333           to Alfons Hoogervorst).
2334         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
2335           all messages given in the list.
2336
2337 2001-10-05
2338
2339         * src/summaryview.c: summary_show(): fixed a bug that didn't show
2340           message even if the 'open unread message on entering folder'
2341           option was turned on.
2342
2343 2001-10-03
2344
2345         * src/procmime.c: procmime_get_text_content(): supported HTML.
2346
2347 2001-10-02
2348
2349         * src/summaryview.[ch]: implemented new locking mechanism, and
2350           replaced every static locks with summary_lock(), summary_unlock(),
2351           and added locks to some extra functions.
2352           This fixes a bug that caused segfault when 'd' (delete) key
2353           was kept pressing.
2354
2355 2001-10-01
2356
2357         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
2358           that caused segfault (thanks to Stefaan A Eeckels).
2359
2360 2001-09-30
2361
2362         * src/textview.[ch]: added textview_set_position().
2363         * src/messageview.[ch]: added messageview_set_position().
2364         * src/addrbook.c
2365           src/addrcache.c
2366           src/addressadd.c
2367           src/addressbook.c
2368           src/addrindex.c
2369           src/addritem.c
2370           src/editaddress.c
2371           src/editbook.c
2372           src/editgroup.c
2373           src/editjpilot.c
2374           src/editldap.c
2375           src/editldap_basedn.c
2376           src/editvcard.c
2377           src/jpilot.c
2378           src/mgutils.c
2379           src/syldap.c
2380           src/vcard.c: converted C++-style comments into C-style one.
2381         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
2382           new buffer and quote with double quotes if required.
2383           imap_status(), imap_cmd_login(), imap_cmd_list(),
2384           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
2385           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
2386         * compose.c: compose_write_to_file(): workaround for the problem
2387           when using libjconv and 8bit codes cannot be converted on C
2388           locale.
2389         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
2390           conv_codeset_strdup(): don't convert if source and destination
2391           codeset are identical.
2392
2393 2001-09-30
2394
2395         * src/textview.[ch]: textview_search_string_backward(): new.
2396           Add the new member cur_pos to TextView.
2397           Connect button_press_event with gtk_signal_connect_after() to
2398           obtain the correct editable position.
2399
2400 2001-09-27
2401
2402         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
2403           state.
2404
2405 2001-09-26
2406
2407         * src/summaryview.c: modified the layout of popup menu.
2408
2409 2001-09-25
2410
2411         * src/folder.c
2412           src/folder.h
2413           src/mainwindow.c
2414           src/summaryview.c: applied the patch from Alfons that allows
2415           threading setting for each folders (tnanks!).
2416
2417 2001-09-23
2418
2419         * src/message_search.[ch]: new. A Dialog for searching in current
2420           message.
2421         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
2422           text in current position of GtkText and given wide-character
2423           string.
2424         * src/messageview.[ch]: messageview_search_string()
2425           src/textview.[ch]: textview_search_string(): return TRUE if
2426           found.
2427         * src/textview.[ch]: remember the beginning of body.
2428
2429 2001-09-21
2430
2431         * src/procmime.c: procmime_get_first_text_content(): modified so
2432           that it search entire MIME structure.
2433         * src/summary_search.c: summary_search_execute(): use
2434           strdup_mbstowcs() instead of macro. Display matched message.
2435
2436 2001-09-20
2437
2438         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
2439           Sergey Vlasov).
2440         * src/summary_search.c: added body searching function.
2441         * src/procmime.[ch]: procmime_find_string(): changed arguments
2442           and return value. Added case sensitivity option.
2443
2444 2001-09-20
2445
2446         * src/procmime.[ch]:
2447           procmime_find_string()
2448           procmime_find_string_part(): new. It searchs the string from
2449           messages.
2450           Renamed procmime_get_text_part() to
2451           procmime_get_first_text_content().
2452           procmime_get_text_content(): new. It returns the text contents
2453           of the specified MIME part.
2454           procmime_mimeinfo_next(): new. It returns the next node of
2455           MimeInfo tree.
2456
2457 2001-09-19
2458
2459         * src/procmime.c: procmime_get_text_part(): modified so that it
2460           finds a text part in nested multipart message correctly.
2461         * src/procmime.h: added an example of MimeInfo structure.
2462         * src/mimeview.c: mimeview_show_message(): search the first text
2463           part.
2464
2465 2001-09-17
2466
2467         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
2468           caused segfault. Changed 'Preferences per account...' menu item.
2469
2470 2001-09-17
2471
2472         * version 0.6.2
2473
2474 2001-09-16
2475
2476         * src/addrindex.c: translate the "Common address" and "Personal
2477           address" from old addressbook.
2478
2479 2001-09-12
2480
2481         * src/utils.c: get_quote_level(): some optimization and bugfixes.
2482         * src/codeconv.[ch]: conv_get_current_locale(): new.
2483         * src/editaddress.c: edit_person_page_basic(): reverse the order
2484           of first and last name on some locales.
2485
2486 2001-09-11
2487
2488         * src/compose.c: applied the patch from Yasumatsu that reformats
2489           the current paragraph (thanks!). Modified so that it doesn't
2490           reformat quoted paragraphs.
2491           compose_create(): don't fill the entry automatically on reedit
2492           mode.
2493         * src/mainwindow.c
2494           src/summaryview.[ch]: added the "Mark all read" option.
2495           summary_mark_all_read(): new.
2496
2497 2001-09-10
2498
2499         * src/vcard.c
2500           src/mgutils.c
2501           src/syldap.c
2502           src/editldap.c
2503           src/editldap_basedn.c
2504           src/jpilot.c
2505           src/editjpilot.c: removed all warnings.
2506         * configure.in
2507           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
2508           header files on the Debian system.
2509         * src/mainwindow.c
2510           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
2511           and color label. Enabled moving to next/prev flagged messages.
2512
2513 2001-09-09
2514
2515         * src/pixmaps/dir-close.xpm
2516           src/pixmaps/dir-open.xpm
2517           src/pixmaps/new.xpm
2518           src/pixmaps/unread.xpm: modified the color balance.
2519         * src/utils.[ch]: execute_sync(): new.
2520           execute_command_line(): added the arg for async mode.
2521         * src/inc.c: inc_mail(): use execute_command_line().
2522
2523 2001-09-08
2524
2525         * src/prefs.[ch]
2526           src/prefs_common.[ch]
2527           src/prefs_account.c: modified the layout. Added the option to
2528           launch the external editor automatically.
2529         * src/compose.c: launch the external editor automatically if the
2530           option is set.
2531
2532 2001-09-06
2533
2534         * src/Makefile.am: added extra xpm's.
2535
2536 2001-09-05
2537
2538         * src/addressbook.c: fixed a compilation problem when enabling
2539           LDAP.
2540           addressbook_open(): fixed a missing 'else'.
2541
2542 2001-09-04
2543
2544         * src/pixmaps/dir-close.xpm
2545           src/pixmaps/dir-open.xpm
2546           src/pixmaps/trash.xpm: replaced with the new blue icons.
2547         * merged Match Grun's new addressbook code.
2548         * src/pixmaps/address.xpm
2549           src/pixmaps/book.xpm
2550           src/pixmaps/category.xpm
2551           src/pixmaps/interface.xpm
2552           src/pixmaps/jpilot.xpm
2553           src/pixmaps/ldap.xpm
2554           src/pixmaps/vcard.xpm: new icons.
2555         * src/addrbook.[ch]
2556           src/addrcache.[ch]
2557           src/addressadd.[ch]
2558           src/addressitem.[ch]
2559           src/addrindex.[ch]
2560           src/addritem.[ch]
2561           src/editaddress.[ch]
2562           src/editbook.[ch]
2563           src/editgroup.[ch]
2564           src/editjpilot.[ch]
2565           src/editldap.[ch]
2566           src/editldap_basedn.[ch]
2567           src/editvcard.[ch]
2568           src/jpilot.[ch]
2569           src/mgutils.[ch]
2570           src/syldap.[ch]
2571           src/vcard.[ch]: new. Many fixes to remove the huge amount of
2572           warnings.
2573           addrbook_build_avail_email_vis(): fixed a memory leak.
2574
2575 2001-09-04
2576
2577         * NEWS: brought in the all of the changes previously put on the web.
2578
2579 2001-09-03
2580
2581         * src/mainwindow.c
2582           src/summaryview.c: modified the layout of menus.
2583         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
2584           return a focus to the main window after selecting the account menu.
2585
2586 2001-09-03
2587
2588         * version 0.6.1
2589
2590 2001-09-03
2591
2592         * src/send.c: send_message_data(): fixed a bug that didn't process
2593           body part correctly.
2594
2595 2001-09-02
2596
2597         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
2598           inc_mail(), inc_all_account_mail(): return immediately if locked.
2599         * src/account.c
2600           src/prefs_common.c
2601           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
2602           inc_autocheck_timer_{remove,set}().
2603         * src/summaryview.c: summary_set_colorlabel_color(): get the average
2604           of label color and selected fg color for visibility.
2605
2606 2001-09-01
2607
2608         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
2609           They increase/decrease the lock count.
2610           inc_autocheck_func(): if locked, delay the autochecking 1 second.
2611           inc_autocheck_timer_set_interval(): set interval by its argument.
2612         * src/summaryview.c: summary_show(): lock the autochecking while
2613           processing.
2614         * src/main.c: app_will_exit(): remove autocheck timer.
2615         * acconfig.h
2616           src/defs.h: removed the definitions of PACKAGE and VERSION to
2617           prevent unnecessary compilation.
2618         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
2619           to AC_SUBST, and added src/version.h to AC_OUTPUT.
2620         * src/version.h.in: new.
2621         * src/intl.h: changed dgettext() to gettext().
2622
2623 2001-08-31
2624
2625         * po/ja.po: fixed a typo that crashed Sylpheed with older version
2626           of GTK+.
2627         * configure.in: fixed a bug that didn't show results correctly.
2628           Fixed a bug that --enable-compface and --enable-jconv disabled
2629           the options.
2630         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
2631           message failed.
2632         * src/compose.c: compose_write_headers(): add Bcc: header to the
2633           output file.
2634         * src/send.c: send_message_data(): new. Separated from
2635           send_message_smtp(). Remove Bcc: header before sending.
2636
2637 2001-08-30
2638
2639         * version 0.6.0
2640
2641 2001-08-30
2642
2643         * src/send.c: implemented sending with local sendmail command.
2644           send_message_local(): new. It executes command with popen()
2645           and send the contents of RFC822 message to the command.
2646         * src/prefs_common.[ch]: enabled the external sending command option.
2647         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
2648         * src/account.c: account_edit_create(): widened the protocol column.
2649         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
2650           the code.
2651
2652 2001-08-30
2653
2654         * src/folder.c: folder_item_remove_msg(): scan the folder again
2655           if the last message is removed.
2656         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
2657           old reedited message after adding the new message.
2658
2659 2001-08-29
2660
2661         * src/compose.c: compose_queue(): added AID: to the queueing header.
2662         * src/send.c: send_message_queue(): look for AID: header, and use
2663           the server specified in the account instead of SSV: header.
2664         * src/summaryview.c
2665           src/compose.[ch]: queued messages can be reedited now.
2666           compose_remove_reedit_target(): new. It removes the old reedited
2667           message.
2668           compose_send(), compose_queue(), compose_draft_cb(): if reedit
2669           mode, remove the old message.
2670         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
2671           warning.
2672
2673 2001-08-28
2674
2675         * applied the XML string table patch from Alfons Hoogervorst that
2676           stores strings in a hash table and minimizes memory allocations
2677           (thanks!).
2678         * src/stringtable.[ch]: new.
2679           removed all G and g_ prefix from type and function names since
2680           they're not official GLib symbol names.
2681           string_table_insert_string(): fixed a bug that might refer to an
2682           invalid pointer on lookup, and also made a bit of optimization.
2683
2684 2001-08-27
2685
2686         * merged the color label feature from the claws branch (thanks to
2687           Satoshi Nagayasu and Alfons Hoogervoost).
2688         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
2689           Renamed labelcolors_*() to colorlabel_*().
2690         * src/summaryview.[ch]: added color label support.
2691         * src/procmsg.h: added color label flags to the permanent flags.
2692         * updated to gettext 0.10.39.
2693         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
2694         * sylpheed.desktop: added for GNOME.
2695         * configure.in: added AC_MSG_CHECKING() for some options.
2696           Output the configuration results when configure is finished.
2697
2698 2001-08-27
2699
2700         * src/account.c: account_clist_set_row(): fixed a bug that failed
2701           to compile if SSL was not enabled.
2702
2703 2001-08-26
2704
2705         * merged the SSL support from the claws branch (thanks to Christoph
2706           Hohmann).
2707         * src/ssl.[ch]: new.
2708         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
2709           ssl_getline().
2710           sock_close(): call ssl_done_socket() if SSL is active.
2711         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
2712           prevent type confliction.
2713         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
2714         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
2715           Removed SSL initialization and HELO from esmtp_starttls().
2716           esmtp_auth(): removed use_smtp_auth from its arguments.
2717         * src/send.c: send_smtp_open(): added SSL support.
2718         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
2719
2720 2001-08-25
2721
2722         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
2723           quote.
2724
2725 2001-08-24
2726
2727         * src/main.c: open new account dialog if no account is set.
2728         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
2729           the verbosity count.
2730           log_print(): put to statusbar only if log_verbosity_count > 0.
2731           log_message(): put to statusbar.
2732         * src/inc.c: inc_pop3_session_do(): set log verbosity.
2733         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
2734           "Compose new message" item.
2735           main_window_show_cur_account(): removed "Current account: " string.
2736         * src/summaryview.c: summary_show(): ignore the current marks if
2737           main window is locked.
2738         * src/compose.c: compose_attach_property(): fixed a bug that caused
2739           segmentation fault.
2740
2741 2001-08-23
2742
2743         * src/mainwindow.c: main_window_get_current_state(): new. It returns
2744           the current state for the sensitivity of UI.
2745           main_window_set_toolbar_sensitive(): use table like
2746           main_window_set_menu_sensitive().
2747
2748 2001-08-23
2749
2750         * src/mainwindow.[ch]: added progressbar and status label to the
2751           statusbar.
2752           main_window_close_cb(): don't exit if locked.
2753         * src/inc.c: update the progressbar of main window, too.
2754
2755 2001-08-22
2756
2757         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
2758           the second argument, and determine the sensitivity with the
2759           state of summary view.
2760
2761 2001-08-21
2762
2763         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
2764           pop3_delete_recv(): don't try to receive messages which are not
2765           exist.
2766
2767 2001-08-21
2768
2769         * src/mainwindow.c: main_window_lock(), main_window_unlock():
2770           removed the whole menubar locking.
2771           main_window_set_menu_sensitive(): process the sensitivity change
2772           with a table, and deal with locking.
2773
2774 2001-08-20
2775
2776         * src/summaryview.[ch]: summary_get_selection_type(): new.
2777           It returns the current selection state of summary view.
2778           summary_key_pressed(): abort on some commands if main window
2779           is locked.
2780         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
2781           increase/decrease the lock count.
2782
2783 2001-08-19
2784
2785         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
2786           default header list.
2787         * src/prefs_common.[ch]: added the option for receive dialog mode
2788           to the Interface tab.
2789         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
2790           transient, and show dialog only if the setting is
2791           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
2792         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
2793           new. Lock / unlock the user-interface.
2794         * src/progressdialog.c: progress_dialog_create(): don't make the
2795           dialog modal.
2796
2797 2001-08-18
2798
2799         * src/folderview.c: folderview_update_node(): suppressed unnecessary
2800           recursive call.
2801         * src/menu.[ch]: menu_button_position(): new. It calculates the
2802           position of popup menu.
2803         * src/mainwindow.c: toolbar_account_button_pressed(),
2804           ac_label_button_pressed(): put the popup menu to the correct
2805           position. Change the style of the button while opening the menu.
2806           ac_menu_popup_closed(): new function called on selection_done
2807           event.
2808         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
2809           node == NULL.
2810         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
2811           (thanks!).
2812           Fixed the bug that didn't select previous message in refresh mode
2813           if threads were not expanded.
2814           summary_select_node(): new.
2815         * src/inc.c: applied the summary view update optimization patch from
2816           Sergey Vlasov (thanks!).
2817           If no new messages are received, don't perform summary refreshing.
2818           In addition to the Vlasov's patch, POP3 receive information is
2819           also used.
2820         * src/inc.h: added a new member cur_total_num to Pop3State.
2821         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
2822
2823 2001-08-14
2824
2825         * version 0.5.3
2826
2827 2001-08-14
2828
2829         * src/summaryview.c: summary_set_row_marks(): got the color of
2830           unread row set properly.
2831         * src/folderview.c: foldreview_update_node(): don't use
2832           gtk_style_copy(), and reuse previously allocated styles.
2833         * README, README.jp: modified.
2834
2835 2001-08-14
2836
2837         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
2838           memory corruption bug (thanks to David Looney).
2839         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
2840           there are no enabled accounts, or local spool only.
2841         * src/summaryview.c: applied the summary update improvement patch
2842           from Sergey Vlasov (thanks!). It keeps the position of the
2843           message displayed. Selected and displayed message are also kept.
2844           summary_get_msgnum(): new.
2845           summary_get_current_msgnum(): removed.
2846           summary_select_by_msgnum(): don't display the message.
2847         * src/account.c: added "Get all" column.
2848           account_clist_set_row(): show default and get-all flags with the
2849           mark icon.
2850         * src/utils.c: to_human_readable(): increased the number of decimals
2851           of MB and GB to 2.
2852
2853 2001-08-13
2854
2855         * implemented the long-awaited :) "Add sender to address book" feature.
2856         * src/address.[ch]: added the argument for remarks to
2857           address_item_new().
2858           address_get_folder_list(): new. It traverses the address tree and
2859           returns the folder list.
2860           address_delete_object(): modified so that it removes the node
2861           from the tree.
2862         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
2863           a address folder menu and attaches it to the menu item.
2864           addressbook_refresh(): reload the address book folder tree.
2865         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
2866           the menu to add sender to address book.
2867           summary_button_pressed(): call summary_set_add_sender_menu()
2868           before popup the menu.
2869
2870 2001-08-12
2871
2872         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
2873           up the process. Optimized the initial thread build.
2874
2875 2001-08-12
2876
2877         * src/summaryview.c: made many code cleanups.
2878           summary_show(): block/unblock the signal handlers instead of
2879           disconnect/connect them.
2880           summary_set_row_marks(): made the font of collapsed node bold if
2881           it has cnildren marked as unread.
2882           summary_thread_build(): block tree_expand signals while processing.
2883           Use loop instead of the recursive function. Mark collapsed nodes
2884           correctly.
2885           summary_unthread(): block tree_collapse signals while processing.
2886           Use loop instead of the recursive function.
2887           summary_thread_func(), summary_unthread_func(): removed.
2888           summary_tree_expanded(), summary_tree_collapsed(): new callback
2889           functions.
2890         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
2891           failed to connect. Show more detailed status on the dialog.
2892
2893 2001-08-10
2894
2895         * src/folderview.c: folderview_update_all_node(): new. It updates
2896           all local folders.
2897         * src/inc.c: update all local folders after incorporation if
2898           scan_all_after_inc option is set.
2899         * src/prefs_common.[ch]: added scan_all_after_inc option.
2900         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
2901
2902 2001-08-09
2903
2904         * src/defs.h
2905           src/headerview.c
2906           src/headerwindow.c
2907           src/textview.c
2908           src/prefs_common.c
2909           src/prefs_common.h: made bold and small font configurable.
2910           src/summaryview.c: display unread messages with bold font.
2911         * src/prefs_common.c
2912           src/prefs_common.h
2913           src/summaryview.c: added an option to enable/disable the
2914           emphasis of unread messages.
2915
2916 2001-08-08
2917
2918         * src/pixmaps/mark.xpm: modified.
2919         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
2920         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
2921           the root messages of threads for performance improvement.
2922           summary_show()
2923           summary_select_next_unread()
2924           summary_step(): expand threads when opening messages.
2925           summary_thread_build(): expand threads if the option is turned on.
2926         * src/prefs_common.[ch]: added "Expand threads" option.
2927
2928 2001-08-08
2929
2930         * src/prefs_common.c: removed "Emulate the behavior of mouse
2931           operation of Emacs-based mailer".
2932         * src/prefs_common.c
2933           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
2934         * src/pixmaps/new.xpm
2935           src/pixmaps/unread.xpm: reverted.
2936
2937 2001-08-07
2938
2939         * src/address.[ch]:
2940           address_folder_new()
2941           address_group_new()
2942           address_item_new(): changed the return value to AddressObject.
2943           address_build_tree(): don't put assertion for file.
2944         * src/pixmaps/new.xpm
2945           src/pixmaps/unread.xpm: modified a bit.
2946
2947 2001-08-06
2948
2949         * src/addressbook.c: fixed some bugs.
2950
2951 2001-08-06
2952
2953         * separated the logic part of addressbook into another module
2954           (still in progress).
2955         * src/address.[ch]: new. It contains the logic part of addressbook.
2956         * src/addressbook.[ch]: removed the logic part.
2957
2958 2001-08-04
2959
2960         * src/textview.c: textview_show_header(): fixed a bug that a garbage
2961           character was shown after header names.
2962
2963 2001-08-02
2964
2965         * src/inc.c: inc_start(): don't abort with non-fatal error.
2966
2967 2001-08-01
2968
2969         * version 0.5.2
2970
2971 2001-08-01
2972
2973         * src/mimeview.c: mimeview_view_file(): added -x option to the
2974           metamail to prevent the suspention of the main process.
2975           mimeview_button_pressed(): deactivate `Open' menu item if
2976           content-type is application/octet-stream.
2977
2978 2001-07-31
2979
2980         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
2981           get_quoted(): new. It handles the escape character '\'.
2982         * src/folder.c: folder_read_list(): don't output warning if
2983           folderlist.xml doesn't exist.
2984         * src/main.c: main(): write folder list after setup.
2985         * src/textview.c: textview_create()
2986           src/compose.c: compose_create(): set default tab width to 8.
2987
2988 2001-07-29
2989
2990         * src/prefs_common.c: date_format_select_row(): fixed a bug that
2991           caused segfault when selecting the list with key.
2992
2993 2001-07-28
2994
2995         * src/mainwindow.c: main_window_popup(): deiconize the window
2996           when popup (thanks to Henrik Carlqvist).
2997         * src/procmime.c: procmime_scan_mime_type(): new.
2998           procmime_scan_content_type(): use procmime_scan_mime_type().
2999           procmime_scan_mime_header(): scan the extension of attached files
3000           and add the correct MIME type if the Content-Type is
3001           "application/octet-stream" (thanks to Don Quijote).
3002         * src/compose.c: compose_toolbar_create(): added a new "Send later"
3003           icon (thanks to Leandro Pereira).
3004
3005 2001-07-27
3006
3007         * src/prefs_common.c: date_format_create(): modified the layout of
3008           the dialog.
3009
3010 2001-07-26
3011
3012         * src/account.c: account_find_from_address(): fixed a minor bug.
3013         * src/prefs_common.c: incorporated the user-interface for setting
3014           date format from the claws branch, and made some modification to
3015           that.
3016
3017 2001-07-25
3018
3019         * src/account.[ch]: account_edit_create(): modified the text of
3020           default button.
3021           account_find_from_address(): new.
3022         * src/procmime.c:
3023           procmime_scan_content_type(), procmime_scan_content_disposition():
3024           fixed ESC code detection.
3025         * src/compose.c: compose_reply(): automatically select account
3026           according to the message header.
3027         * src/prefs_common.[ch]: added member "reply_account_autosel".
3028
3029 2001-07-25
3030
3031         * src/progressdialog.c: made the CList scrollable.
3032         * src/inc.c: inc_start(): don't abort with non-fatal error.
3033
3034 2001-07-24
3035
3036         * added English Sylpheed User's Manual by Paul Kater
3037           (paul@nlpagan.net) (thanks!).
3038         * configure.in
3039           manual/Makefile.am
3040           src/mainwindow.c: added support for English manual.
3041         * manual/en/sylpheed*.html: added English documentation.
3042         * AUTHORS: updated.
3043
3044 2001-07-23
3045
3046         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
3047           that didn't have any trailing messages.
3048         * src/smtp.c: smtp_ok(): ditto.
3049         * src/compose.c: compose_account_option_menu_create(): modified
3050           the style of the account option menu.
3051
3052 2001-07-22
3053
3054         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
3055           remove return code from strings automatically.
3056           prefs_custom_header_create(): added "X-Face" to the default
3057           option.
3058         * src/news.c: news_fetch_msg(), news_get_group_list()
3059           src/imap.c: imap_fetch_msg(): create the cache directory before
3060           writing.
3061         * src/procmime.c:
3062           procmime_scan_content_type()
3063           procmime_scan_content_disposition(): convert JIS into EUC-JP
3064           before parsing.
3065         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
3066         * src/compose.c: don't append attachment headers if the attach
3067           pane is visible but the list is empty.
3068         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
3069
3070 2001-07-18
3071
3072         * version 0.5.1
3073
3074 2001-07-18
3075
3076         * src/compose.c: compose_quote_parse_fmt()
3077           src/prefs_common.c: prefs_quote_description_create(): added the
3078           symbol `%c' that allows to include Cc in reply format (thanks
3079           to Cyril Bellot).
3080         * src/base64.[ch]
3081           src/procmime.c: procmime_decode_content(): applied the patch
3082           from Sergey Vlasov that allows to decode base64 data with
3083           unusual line length (not a multiple of 4) (thanks!).
3084
3085 2001-07-17
3086
3087         * src/procmsg.[ch]: separated the permanent flags and temporary
3088           flags into two variables, and made MsgFlags a structure that
3089           includes them.
3090           MSG_SET_PERM_FLAGS()
3091           MSG_SET_TMP_FLAGS()
3092           MSG_UNSET_PERM_FLAGS()
3093           MSG_UNSET_TMP_FLAGS(): new macros.
3094         * src/compose.c
3095           src/imap.c
3096           src/inc.c
3097           src/messageview.c
3098           src/mh.c
3099           src/news.c
3100           src/procheader.c
3101           src/summaryview.c: modified for the new MsgFlags.
3102         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
3103           of hash table.
3104
3105 2001-07-16
3106
3107         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
3108           display current size with human-readable format.
3109         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
3110         * TODO
3111           TODO.jp: updated.
3112
3113 2001-07-16
3114
3115         * src/codeconv.c:
3116           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
3117           for raw-JIS code in header fields.
3118         * src/folder.c:
3119           folder_get_default_folder()
3120           folder_get_default_inbox()
3121           folder_get_default_outbox()
3122           folder_get_default_draft()
3123           folder_get_default_queue()
3124           folder_get_default_trash(): fixed a bug that caused segfault
3125           if folder_list is NULL.
3126
3127 2001-07-15
3128
3129         * README
3130           README.jp
3131           INSTALL
3132           INSTALL.jp
3133           TODO
3134           TODO.jp: updated.
3135         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
3136           while retrieving newsgroup list.
3137           grouplist_dialog_create(): added entry widget and status label.
3138           grouplist_recv_func(): new.
3139           refresh_clicked(): added exclusive lock variable.
3140           clist_selected(): set text entry when the CList is selected.
3141           renamed from group_clist_select().
3142           entry_activated(): new.
3143           grouplist_clear(): renamed from grouplist_free(). Also clears
3144           list and entry widget.
3145         * src/news.c: news_get_group_list(): sped up the list appending
3146           (g_slist_append() becomes very slow if list size is large).
3147         * src/defs.h: added UI_REFRESH_INTERVAL definition.
3148           Changed the definition of NEWSGROUP_LIST.
3149         * src/recv.c: recv_write()
3150           src/send.c: send_message_smtp(): changed the UI refresh interval
3151           to UI_REFRESH_INTERVAL (50msec).
3152         * src/account.c: account_add(): fixed a bug that didn't update
3153           folder tree when a news account was added.
3154         * src/grouplistdialog.c: made exclusive lock variable global, and
3155           lock at grouplist_dialog_set_list().
3156         * src/textview.c: fixed a bug that disabled clickable URI if
3157           message color was disabled.
3158
3159 2001-07-15
3160
3161         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
3162           quit main loop if gtk_main_level() is 1.
3163           grouplist_dialog_set_list(): freeze CList while appending the list.
3164           grouplist_dialog(): show dialog before updating the list.
3165
3166 2001-07-14
3167
3168         * src/folder.c: folder_write_list_recursive(): add the attribute
3169           `collapsed' if a node have some children.
3170         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
3171           the list.
3172         * src/news.[ch]:
3173           news_get_group_list(): new. It returns newsgroup list.
3174           news_remove_group_list(): new. It removes newsgroup list cache.
3175         * src/folderview.c: folderview_new_news_group_cb(): call
3176           grouplist_dialog() instead of input_dialog().
3177
3178 2001-07-12
3179
3180         * autogen.sh: modified.
3181         * src/folder.[ch]
3182           src/folderview.c: made expand/collapse state of folders persistent
3183           (thanks to Alfons).
3184
3185 2001-07-06
3186
3187         * version 0.5.0
3188
3189 2001-07-06
3190
3191         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
3192           DELETE.
3193           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
3194           according to the argument.
3195           imap_cmd_select(): use imap_cmd_do_select().
3196           imap_cmd_examine(): new.
3197         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
3198           folder again when removing failed.
3199
3200 2001-07-05
3201
3202         * version 0.5.0pre4
3203
3204         * manual/ja/sylpheed.sgml
3205           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
3206         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
3207           didn't set foreground correctly.
3208         * src/folderview.h
3209           src/summaryview.h: removed the member color_normal from FolderView
3210           and SummaryView.
3211         * src/mainwindow.c: main_window_create(): removed color_normal.
3212
3213 2001-07-04
3214
3215         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
3216           became specifiable.
3217         * src/imap.c: imap_session_get()
3218           src/news.c: news_session_new_for_folder(), news_session_get():
3219           use user-defined port number if specified.
3220
3221 2001-07-03
3222
3223         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
3224           scanning.
3225           imap_scan_folder(): implemented. It updates the numbers of new,
3226           unread and total messages.
3227           imap_status(): new. It parses the response of STATUS command.
3228           imap_status_uidnext(): removed.
3229           imap_cmd_status(): removed.
3230         * src/textview.c: textview_show_part(): fixed potential memory leaks.
3231
3232 2001-07-03
3233
3234         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
3235         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
3236           of content-type (thanks to René Rebe for the patch).
3237         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
3238           detection.
3239         * src/prefs_common.c: prefs_send_create(): made some more character
3240           sets specifiable when not using libjconv.
3241         * configure.in: disabled --enable-threads option temporarily.
3242         * INSTALL
3243           INSTALL.jp: deleted the description about --enable-threads option.
3244
3245 2001-07-02
3246
3247         * updated gettext to 0.10.38.
3248
3249 2001-07-01
3250
3251         * version 0.5.0pre3
3252
3253         * src/folderview.[ch]: folderview_set_all(): new.
3254         * src/account.c: account_add(): call folderview_set_all() after
3255           creating IMAP4 tree.
3256           account_edit_create(): account preferences dialog can be opened
3257           with double clicking of the list.
3258           account_selected(): new.
3259           account_clist_set(): made the CList focus set correctly.
3260
3261 2001-06-30
3262
3263         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
3264           is not found.
3265           imap_scan_tree_recursive(): search the sub folders of INBOX.
3266           recognize Trash folder.
3267           imap_create_tree(): separated the part of creating trash.
3268           imap_create_trash(): new.
3269         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
3270           preserve no_sub and no_select.
3271         * src/summaryview.c: summary_show(): don't proceed if item->no_select
3272           is TRUE.
3273
3274 2001-06-29
3275
3276         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
3277           root folder correctly.
3278
3279 2001-06-28
3280
3281         * src/folderview.[ch]:
3282           folderview_update_tree(): new. It updates one folder tree.
3283           folderview_update_tree_cb(): new.
3284           Added "Update folder tree" to the popup menu, and modified some
3285           expressions.
3286
3287 2001-06-27
3288
3289         * src/imap.c: implemented the autoscan of IMAP4 folder list.
3290           imap_scan_tree(): new. It scans the whole IMAP4 folder.
3291           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
3292           imap_parse_list(): new. It parses the LIST response.
3293           imap_get_real_path(): new. It converts local path into IMAP4 path.
3294         * src/folder.h: added no_sub and no_select to FolderItem.
3295         * src/folder.c: folder_tree_destroy(): reset some variables.
3296         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
3297
3298 2001-06-26
3299
3300         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
3301           parse the FETCH response that continues to the next line.
3302           imap_parse_fetch_element(): removed.
3303           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
3304           imap_parse_envelope(), imap_get_uncached_messages(): use GString
3305           and sock_getline() to parse the FETCH response.
3306           imap_remove_all_msg(): fixed a bug that didn't delete messages
3307           correctly.
3308           imap_parse_address(): fixed a bug that didn't concaternate
3309           addresses correctly, using GString.
3310         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
3311           the whole line and return the newly allocated string.
3312         * src/prefs_account.[ch]: added `IMAP server directory' entry.
3313
3314 2001-06-25
3315
3316         * version 0.5.0pre2
3317
3318         * src/imap.c: imap_create_tree(): pass the path that is separated
3319           by the local filesystem separator to imap_create_folder().
3320           imap_create_folder(): examine the existence of folders using
3321           LIST command instead of STATUS.
3322           imap_cmd_list(): new.
3323           imap_query_password(): new.
3324           imap_session_new(): query password if it is not set.
3325
3326 2001-06-24
3327
3328         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
3329           with arbitrary order.
3330           imap_parse_fetch_element(): new. it parses one pair of name and
3331           value of FETCH results.
3332           imap_parse_flags(): modified for more flexibility.
3333         * src/utils.[ch]: set_log_file(): new. it opens a new file for
3334           logging.
3335           close_log_file(): new. it closes the opened log file.
3336           log_print(), log_message(), log_warning(), log_error(): also
3337           output to log file.
3338
3339 2001-06-22
3340
3341         * src/imap.c: imap_cmd_status(): check the pointer to "value"
3342           before the assignment (thanks to NISHIJIMA).
3343
3344 2001-06-21
3345
3346         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
3347           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
3348         * src/foldersel.[ch]: don't show folders which can't be targets
3349           for current folder.
3350
3351 2001-06-20
3352
3353         * version 0.5.0pre1
3354
3355         * src/imap.c:
3356           imap_get_msg_list()
3357           imap_cmd_envelope()
3358           imap_cmd_fetch()
3359           imap_cmd_copy()
3360           imap_cmd_store(): use UID instead of sequential number.
3361           Renamed imap_set_article_flags() to imap_set_message_flags().
3362         * src/summaryview.c: summary_execute(): don't update summary
3363           even if current folder is IMAP4.
3364         * src/utils.[ch]: remove_numbered_files(): changed the type of
3365           arguments from gint to guint.
3366
3367 2001-06-19
3368
3369         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
3370           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
3371           enclose with double quotation if string doesn't have space
3372           (workaround for old Cyrus IMAP4 server).
3373           imap_create_folder(): fixed a bug of separator substitution.
3374           renamed imap_session_connect_if_not() to imap_session_get().
3375           imap_get_msg_list(): delete all cached messages if use_cache
3376           is off.
3377           imap_delete_cached_messages(): remove cached files in between
3378           the specified range by reading directory entry.
3379           imap_parse_one_address(): set fromname same as the from address
3380           if it is empty.
3381         * src/utils.[ch]: remove_numbered_files(): new. The range is
3382           specifiable.
3383         * src/summaryview.c: summary_execute(): update summary if current
3384           folder is IMAP4.
3385           KEY_PRESS_EVENT_STOP(): new macro.
3386           summary_key_pressed(): stop signal emission when calling
3387           summary_execute().
3388           summary_select_by_msgnum(): show message only if
3389           msg_is_toggled_on is TRUE. Move current page to the selected
3390           node.
3391         * src/news.c; news_delete_old_articles(): remove cached files in
3392           between the specified range by reading directory entry.
3393         * src/folderview.c:
3394           folderview_selected(), folderview_button_released(): fixed a bug
3395           that didn't select folder correctly.
3396
3397 2001-06-18
3398
3399         * src/mainwindow.c
3400           src/summaryview.c
3401           src/prefs_common.c: improvements to the English (thanks to Paul
3402           Mangan).
3403         * src/mainwindow.c: compose_cb()
3404           src/summaryview.c: summary_key_pressed()
3405           src/compose.c: compose_new_with_recipient(): newsgroups entry
3406           is automatically filled when composing a new article.
3407
3408 2001-06-17
3409
3410         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
3411           free list correctly.
3412
3413 2001-06-16
3414
3415         * version 0.4.99
3416
3417         * src/imap.c: imap_find_namespace(): replace namespace path
3418           separator with slash before comparison.
3419           imap_remove_folder(): use namespace.
3420           imap_create_tree(): use namespece when creating Trash.
3421           imap_get_msg_list(): fixed a bug that returned old list and caused
3422           memory leak if exists == 0.
3423           imap_select(): new. It's a wrapper for imap_cmd_select().
3424         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
3425
3426 2001-06-15
3427
3428         * src/folderview.c:
3429           folderview_new_folder_cb()
3430           folderview_new_imap_folder_cb(): show error dialog when creation
3431           or deletion of folder failed.
3432           Made it allow users to create a folder which contains subfolders.
3433           folderview_button_pressed(): disabled delete menu on the special
3434           IMAP4 folder.
3435         * AUTHORS: incorporated from claws branch. It now contains all
3436           contributors.
3437         * src/send.c: enabled cancellation.
3438           EXIT_IF_CANCELLED(): new macro.
3439           Added cancelled flag to SendProgressDialog.
3440         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
3441           specified character.
3442         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
3443
3444 2001-06-15
3445
3446         * src/imap.c: imap_create_tree(): new. It creates required
3447           folders such as INBOX and Trash.
3448           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
3449           if COPY failed.
3450           imap_remove_all_msg(): return immediately if exists == 0.
3451         * src/account.c: account_add(), account_set_missing_folder():
3452           made them use folder->create_tree().
3453
3454 2001-06-14
3455
3456         * src/imap.c: more namespace implementation.
3457           imap_find_namespace(), imap_path_separator_subst(): new.
3458
3459 2001-06-13
3460
3461         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
3462
3463 2001-06-11
3464
3465         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
3466
3467 2001-06-08
3468
3469         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
3470           which appends file into IMAP4 folder.
3471           imap_status(): new.
3472           imap_create_folder(): check the existence of a folder before
3473           create it.
3474           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
3475         * src/account.c: account_add(), account_set_missing_folder():
3476           create INBOX automatically when creating IMAP4 account.
3477
3478 2001-06-07
3479
3480         * src/utils.[ch]: added itos_buf() that takes the buffer for its
3481           argument.
3482         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
3483         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
3484           to the IMAP class.
3485
3486 2001-06-06
3487
3488         * src/utils.[ch]: move_file(): new.
3489         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
3490           use move_file(), and fixed a bug that didn't close file when
3491           error occured.
3492
3493 2001-06-06
3494
3495         * src/imap.c: renamed imap_delete_messages() and
3496           imap_delete_all_messages() to imap_delete_cached_messages() and
3497           imap_delete_all_cached_messages(). Some code cleanups.
3498         * src/utils.[ch]: added a function remove_all_numbered_files().
3499         * src/mh.c: mh_remove_all_msg()
3500           src/imap.c: imap_delete_all_cached_messages():
3501           use remove_all_numbered_files().
3502         * src/mainwindow.c
3503           src/summaryview.c
3504           src/compose.[ch]: added `Reply to sender'.
3505           compose_reply()
3506           compose_reply_set_entry(): added an argument `ignore_replyto'.
3507
3508 2001-06-05
3509
3510         * src/folderview.c: folderview_selected()
3511           src/summaryview.c: summary_show(): fixed a bug that updated wrong
3512           folder when remaining marks were processed.
3513
3514 2001-06-04
3515
3516         * src/headerwindow.c: headerwindow_show_cb(): always try to show
3517           msginfo, and use the selected message, not the displayed one.
3518         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
3519
3520 2001-06-02
3521
3522         * src/folderview.c: folderview_selected()
3523           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
3524         * src/summaryview.c: summary_show(): process the left marks if any.
3525
3526 2001-05-27
3527
3528         * src/passphrase.c: enclosed with #if USE_GPGME.
3529         * src/prefs_account.c: added NNTP AUTH check button.
3530         * src/alertpanel.[ch]: alertpanel_create(): added new argument
3531           `can_disable', all existing callers changed to pass FALSE;
3532           created a check button to disable the message.
3533           alertpanel_message_with_disable(): new.
3534           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
3535           alertpanel_button_toggled(): new.
3536           alertpanel_button_clicked(), alertpanel_close(): set value using
3537           G_ALERT_VALUE_MASK.
3538         * src/prefs_common.[ch]: added option to toggle GnuPG signature
3539           check popup window, and GnuPG warning.
3540         * src/rfc2015.c: check_signature(): show signature check dialog
3541           only if it is enabled.
3542         * src/main.c: modified GnuPG checking.
3543         * src/main.c
3544           src/prefs_common.c: fixed some compilation bugs when enabled
3545           GPGME.
3546
3547 2001-05-26
3548
3549         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
3550           encodings with libjconv.
3551           conv_encode_header(): fixed an endless loop bug when encountering
3552           an invalid wide character (thanks to Alte).
3553         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
3554           bold font.
3555         * src/imap.c: imap_create_folder(): don't create folder if the
3556           name is INBOX.
3557         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
3558           execute button when immediate execution is enabled.
3559
3560 2001-05-22
3561
3562         * README
3563           README.jp: added the "How to run" section.
3564
3565 2001-05-19
3566
3567         * merged NNTP AUTH from the claws branch.
3568         * src/news.[ch]: supported NNTP AUTH.
3569         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
3570         * INSTALL
3571           INSTALL.jp: modified the confirmation list and the warning about
3572           threads.
3573
3574 2001-05-18
3575
3576         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
3577           gtkut_ctree_find_collapsed_parent().
3578         * src/folderview.c: folderview_select_node(): automatically expand
3579           the parent folders when selected.
3580         * configure.in: made the version number to 0.4.99 (0.5pre)
3581         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
3582           so that X is not necessary for --help and --version.
3583           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
3584         * src/folderview.c: folderview_update_node(): a fix for collapsed
3585           nodes.
3586
3587 2001-05-17
3588
3589         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
3590           It caused garbages in --compose option.
3591         * src/socket.[ch]: made fd_gets() public.
3592
3593 2001-05-16
3594
3595         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
3596         * src/folderview.c: folderview_find_next_unread(): new.
3597           folderview_select_next_unread(): modified so that it can find
3598           the hidden folder.
3599
3600 2001-05-15
3601
3602         * src/compose.c: compose_write_headers(): excluded also From, To,
3603           Sender because they could be used for SPAM.
3604         * src/folderview.c: add '+' mark to the collapsed folder that have
3605           some unread folders.
3606           folderview_search_new_recursive(),
3607           folderview_have_new_children(),
3608           folderview_search_unread_recursive(),
3609           folderview_have_unread_children(),
3610           folderview_find_collapsed_parent(): new.
3611           folderview_update_node(): display the number of queued messages.
3612
3613 2001-05-14
3614
3615         * src/folder.[ch]
3616           src/mh.[ch]: modified *_add_msg() to use link(). Added the
3617           argument to switch whether to remove the source file or not.
3618         * src/compose.c
3619           src/inc.c
3620           src/mbox.c: modified the argument of folder_item_add_msg() and
3621           removed some unlink()'s.
3622
3623 2001-05-13
3624
3625         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
3626           prefs_custom_header_*. Removed `(New)' row and `Substitute'
3627           button. Supported empty value.
3628           prefs_custom_header_row_moved(): new. Connected "row_move" signal
3629           to the function, and made it set header list.
3630         * src/customheader.c: custom_header_get_str()
3631           src/compose.c: compose_write_headers(): supported empty value.
3632         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
3633           Connected "row_move" signal to the function, and made it set
3634           header list.
3635         * src/compose.c: compose_write_headers(): modified the order of
3636           headers, and made it encode the custom headers.
3637         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
3638           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
3639           alert panel by ESC as "No".
3640
3641 2001-05-13
3642
3643         * merged the custom header stuff from claws branch:
3644         * src/customheader.[ch]
3645           src/prefs_customheader.[ch]: new.
3646         * src/customheader.c: custom_header_read_str(): use strtol() instead
3647           of atoi() and check errors.
3648           custom_header_find(): new function.
3649         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
3650           compose_write_headers(): made it replace headers with user-defined
3651           headers except for some automatically generated headers.
3652
3653 2001-05-11
3654
3655         * src/inc.c: connection_check_cb(): fixed a bug that caused
3656           segmentation fault if connection was not established.
3657         * src/compose.c: compose_create(): even if set_autobcc or set
3658           autoreplyto is checked and the entries are empty, show them.
3659
3660 2001-05-10
3661
3662         * src/textview.c: textview_show_mime_part(): modified the messages.
3663           TEXT_INSERT(): new macro.
3664         * po/ja.po: fixed.
3665         * src/prefs_display_header.c: prefs_display_header_create():
3666           modified the text of checkbutton.
3667
3668 2001-05-09
3669
3670         * src/mimeview.c: added "Open with..." to the context menu.
3671         * src/summaryview.c: summary_print()
3672           src/inputdialog.c: input_dialog(): fixed memory leaks.
3673         * src/textview.c: textview_show_mime_part(): updated the description.
3674         * src/send.c: implemented sending progress dialog.
3675           (TODO: automaton should be used.)
3676           send_progress_dialog_create(), send_progress_dialog_destroy(),
3677           send_cancel(): new.
3678           send_message_smtp(): made it update the dialog for each stage.
3679         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
3680           of opened file.
3681         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
3682           go to first unread message even if folder is same as previous.
3683         * src/prefs_common.c: made color selection dialog transient, and
3684           made escape key close the dialogs.
3685
3686 2001-05-08
3687
3688         * version 0.4.66
3689
3690         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
3691         * src/recv.c: recv_write(): changed the interval to 10msec.
3692         * src/prefs_display_header.c: modified the layout of the dialog,
3693           and made the hidden headers list insensitive when `Show other
3694           headers' is not checked.
3695         * src/textview.c: changed strcasecmp() and strncasecmp() to
3696           the corresponding glib functions.
3697         * src/inc.c: get_spool(): make a temporary file in the home
3698           directory.
3699
3700 2001-05-07
3701
3702         * src/prefs_common.c
3703           src/prefs_account.c
3704           src/prefs_filter.c
3705           src/account.c
3706           src/alertpanel.c
3707           src/filesel.c
3708           src/foldersel.c
3709           src/export.c
3710           src/import.c
3711           src/inputdialog.c
3712           src/passphrase.c
3713           src/select-keys.c
3714           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
3715           when closed them with delete_event (thanks to DINH).
3716           Added *_deleted() and *delete_event() which handle delete_event
3717           signal correctly.
3718
3719 2001-05-06
3720
3721         * src/prefs_display_header.c: merged some changes from claws branch:
3722           prefs_display_header_create(): allow reordering of headers by
3723           dragging.
3724           prefs_display_header_find_header(): new function.
3725           prefs_display_header_clist_set_row(): don't allow duplicates.
3726         * src/prefs_account.c: prefs_account_receive_create(): changed
3727           the label of the check button.
3728
3729 2001-05-05
3730
3731         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
3732           immediately.
3733         * src/inc.h: removed cur_msg_bytes from Pop3State.
3734         * src/inc.c: pop3_recv_func()
3735           src/recv.[ch]: made the second arguments of RecvUIFunc current
3736           total read bytes.
3737           recv_write(): made it call UI func if elapsed time is greater
3738           than 0.1 sec.
3739         * src/recv.c: recv_write(): changed the interval to 300 usec.
3740         * src/textview.c: textview_show_header(): if header is Subject,
3741           unfold it.
3742         * src/utils.[ch]: unfold_line(): new.
3743         * src/procheader.[ch]: procheader_get_header_array(): new.
3744         * src/prefs_display_header.c: updated defaults.
3745
3746 2001-05-05
3747
3748         * some merge from the sylpheed-claws branch.
3749           It allows user to specify displayed headers in message view.
3750           (symbol names were also changed.)
3751         * src/prefs_display_header.[ch]
3752           src/displayheader.[ch]: new.
3753         * src/prefs_display_header.c:
3754           removed prefs_display_headers_other_headers_toggled().
3755           removed "(New)" row from the list.
3756         * src/defs.h: added DISPLAY_HEADER_RC.
3757         * src/prefs_common.c: prefs_message_create(): added a button for
3758           opening the display header setting dialog.
3759         * src/prefs_common.h: added show_other_header and disphdr_list
3760           to PrefsCommon.
3761         * src/procheader.[ch]: procheader_get_header_list_from_file(),
3762           procheader_get_header_array_asis(): new.
3763           procheader_get_header_list(): modified so that it takes FILE
3764           pointer for its argument.
3765           procheader_header_array_destroy(), procheader_header_free(): new.
3766         * src/main.c: main(): made it call prefs_display_header_*_config().
3767         * src/textview.c: textview_scan_header(): modified so that it
3768           sorts headers according to user setting.
3769           src/textview_show_header(): made it call
3770           textview_make_clickable_parts().
3771           textview_make_clickable_parts(): added GdkFont to its arguments,
3772           and removed GtkText from them.
3773
3774 2001-05-04
3775
3776         * implemented auto-checking of new mail based on the patch from
3777           Pierric Descamps (thanks!).
3778         * src/inc.c: added inc_autocheck_timer_init(),
3779           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
3780           inc_autocheck_func() for auto-checking of new mail.
3781         * src/main.c: main(): call inc_autocheck_timer_init().
3782         * src/prefs_common.c: prefs_receive_create(): activated the
3783           auto-checking UI. Added prefs_common_cancel(), and connected
3784           some signals to that.
3785         * src/prefs_common.c
3786           src/prefs_account.c
3787           src/prefs_filter.c
3788           src/account.c: Disabled auto-checking while opening the dialog.
3789         * src/headerview.c: headerview_show_xface(): fixed a bug that
3790           showed a warning when header pane was hidden.
3791
3792 2001-05-03
3793
3794         * src/inc.c
3795           src/pop.c
3796           src/recv.c: removed non-blocking socket mode support since it
3797           does nothing.
3798         * src/pop.c
3799           src/inc.c: modified the messages of incorporation dialog.
3800
3801 2001-05-02
3802
3803         * src/utils.h: made u32 the typedef of guint32.
3804           added BIG_ENDIAN_HOST macro that is used by md5.c.
3805         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
3806           that didn't calculate MD5 correctly on big endian machines.
3807
3808 2001-05-01
3809
3810         * version 0.4.65
3811
3812         * src/folder.c: folder_init(): added the method imap_remove_folder.
3813         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
3814           actually remove folder from IMAP4 server.
3815         * src/imap.[ch]: imap_create_folder(): made it actually create
3816           folder on IMAP4 server.
3817           imap_remove_folder(): added.
3818           imap_create(), imap_delete(): added.
3819         * src/summaryview.c: summary_execute_delete(): don't check trash
3820           if folder type is not F_MH.
3821         * thanks to Ishihara for the above changes.
3822         * configure.in
3823           ac/check-type.m4: better wint_t typedef detection (renamed
3824           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
3825
3826 2001-04-30
3827
3828         * src/recv.c: recv_bytes_write(): fixed another bug that caused
3829           infinite loop and buffer overrun.
3830
3831 2001-04-30
3832
3833         * src/socket.[ch]: renamed sock_read() and fd_read() to
3834           sock_gets() and fd_gets() for preventing confusion.
3835           Added sock_read() and fd_read() which is the wrapper of read().
3836         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
3837           loop. Use sock_read() instead of fd_read().
3838         * src/esmtp.c
3839           src/imap.c
3840           src/news.c
3841           src/nntp.c
3842           src/pop.c
3843           src/recv.c
3844           src/smtp.c: use sock_gets() instead of sock_read().
3845         * src/imap.c: imap_session_new(): fixed the error detection
3846           of imap_open().
3847
3848 2001-04-28
3849
3850         * src/inc.c: made it displays current read bytes to the dialog.
3851         * src/pop.c: recv_write(): call UI function before editing
3852           strings.
3853
3854 2001-04-27
3855
3856         * src/progressdialog.c: progress_dialog_create(): modified the
3857           size of dialog and made it stretchable.
3858         * src/smtp.c
3859           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
3860           process an error response correctly (thanks to Ohmasa).
3861         * src/pop.[ch]: added pop3_getsize_list_send(),
3862           pop3_getsize_list_recv().
3863         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
3864           call the callback function for each sock_read().
3865         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
3866           cur_msg_bytes, cur_total_bytes, and sizes.
3867         * src/inc.c: added inc_pop3_recv_func() that updates the progress
3868           bar for each sock_read().
3869
3870 2001-04-26
3871
3872         * src/mh.c: mh_is_maildir_one(): modified so that it uses
3873           is_dir_exist().
3874
3875 2001-04-25  Werner Koch  <wk@gnupg.org>
3876
3877         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
3878         (mh_scan_tree_recursive): Do not include Maildir style directories
3879         in the scan.
3880
3881         Changed the use of integers to describe sockets by an more abstract
3882         data structure.
3883
3884         * src/automaton.h (struct _Automaton): Add help_sock.
3885         * src/automaton.c (automaton_input_cb): Changed source to be
3886         SockInfo and use wrapper for gdk_input_add.
3887
3888         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
3889         for invalid socket because this is now done in sock_close. Set
3890         sock to NULL.
3891         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
3892         (send_smtp_open): Use only SockInfo.
3893
3894         * src/news.c (news_session_new): Use SockInfo here.
3895         (news_session_destroy): Ditto and set sock to NULL.
3896
3897         * src/nntp.c: Use SockInfo instead of integers
3898         * src/smtp.c: Ditto.
3899         * src/pop.c: Ditto.
3900         * src/recv.c: Ditto.
3901
3902         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
3903         gdk_input_add into a wrapper.
3904
3905         * src/esmtp.c: Changed socket descriptors to use SockInfo.
3906         * src/esmtp.h: Ditto, included socket.h.
3907         * src/session.h (struct _Session): Likewise.
3908         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
3909         Removed access to internal data of SockInfo.  Changed all callers
3910         and functions to take SockInfo.
3911         (imap_session_new): Use sock_close here.
3912         (imap_session_destroy): Ditto.
3913
3914         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
3915         fd_write.
3916
3917         * src/main.c (app_will_exit): Close lock socket using fd_close.
3918         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
3919         (lock_socket_input_cb): Ditto.
3920
3921         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
3922         glib channels. Changed all sock_xxx to use SockInfo instead of an
3923         integer.
3924         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
3925         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
3926         callers.
3927         (fd_read, fd_write, fd_close): New.
3928         (sock_sockinfo_free): Removed.
3929         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
3930         (sock_connect): Ditto.
3931
3932 2001-04-26
3933
3934         * config.h.in: removed.
3935         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
3936         * .cvsignore: added.
3937         * src/inc.c
3938           src/progressdialog.[ch]
3939           src/pixmaps/complete.xpm
3940           src/pixmaps/continue.xpm
3941           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
3942           that displays the state of message incorporation (thanks!).
3943         * src/inc.c: made the progress dialog change the text of status.
3944
3945 2001-04-25
3946
3947         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
3948           from the cvs tree.
3949         * COPYING: removed RSA copyright notice.
3950         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
3951         * configure.in: added the check of sys/utsname.h.
3952
3953 2001-04-24  Werner Koch  <wk@gnupg.org>
3954
3955         Merged most of the changes from the W32 branch in.
3956
3957         * configure.in: Require gpgme >= 0.2.1
3958
3959         * acconfig.h (HAVE_U32_TYPEDEF): New.
3960         * ac/gnupg-check-typedef.m4: New.
3961         * configure.in: Check for u32 type and the size of some types.
3962         * src/utils.h: Define the u32 type and related constants.
3963
3964         * src/about.c (about_create): Removed the note about MD5.  We are
3965         not any longer using the RSA Inc. implementation.
3966         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
3967         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
3968         renamed the function to standard lowercase convention. Changed all
3969         callers. 
3970         (md5_hex_digest): New.
3971         (md5_hmac): Add hmac function by Martin Schaaf with some 
3972         modifications.
3973         (md5_hex_hmac): New.
3974         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
3975         (hmac_md5): Removed.
3976         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
3977         the new md5_hex_digest function.
3978
3979         * src/about.c: Include utsname.h only if available
3980
3981         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
3982         special Windoze requirements.  Changed all calls to
3983         g_get_home_dir() to this function.
3984
3985         * simple-gettext.c: New.
3986
3987         * src/main.c (main): Issue a warning if GnuPG is not properly
3988         installed.
3989
3990         * src/sigstatus.c, src/sigstatus.h: New.
3991         * src/rfc2015.c (check_signature): Use the sigstatus window and
3992         get the status texts from a utility function.
3993
3994         * src/select-keys.c: Removed the global select_keys var and
3995         pass an allocated one along all functions.
3996         (set_row): Display only keys capable of encryption.
3997         (update_progress): Replaced the progressbar by
3998         a windmill and a text showing for which key we are collecting
3999         info.  Removed progressbar everywhere else and updated callers.
4000
4001         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
4002         display the grab button. 
4003
4004 2001-04-24
4005
4006         * src/prefs_common.[ch]
4007           src/procheader.c: applied the patch from Darko Koruga that
4008           allows user to define their own format for displaying date in
4009           summary view using strftime() (thanks!).
4010         * src/prefs_common.c: prefs_quote_colors_dialog()
4011           src/mainwindow.c: main_window_reflect_prefs_all(): made it
4012           update message colors if the colors setting is changed.
4013         * src/main.[ch]: made it remember the startup directory.
4014         * src/export.c: export_mbox(): made it initially chdir to the
4015           startup directory.
4016         * src/filesel.c: filesel_select_file(): made it open the startup
4017           directory at first.
4018
4019 2001-04-23
4020
4021         * added option to warn about queued messages on exit [sergey]:
4022
4023           * src/compose.c: compose_queue(): call folder_item_scan()
4024             and folderview_update_item() after queueing.
4025           * src/folderview.c: folderview_update_node(): draw the queue
4026             folder in bold font if there are queued messages.
4027           * src/mainwindow.c: queued_messages(): new function.
4028             app_exit_cb(): display warning if there are queued messages
4029             if warn_queued_on_exit is set.
4030           * prefs_common.[ch]: add warn_queued_on_exit option.
4031
4032         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
4033           it to get_queued_message_num().
4034         * src/main.c: app_will_exit(): moved warning dialog code from
4035           app_exit_cb(), and added manage_window_focus_in().
4036
4037         * enhanced GnuPG key selection support [sergey]:
4038
4039           * src/select-keys.c: updated to newer version from Win32
4040             branch with support for selecting arbitrary keys.
4041           * src/prefs_account.c: added the Privacy tab to the account
4042             options window.
4043             prefs_account_privacy_create(),
4044             prefs_account_sign_key_set_data_from_radiobtn(),
4045             prefs_account_sign_key_set_radiobtn(): new functions.
4046           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
4047           * src/rfc2015.c: set_signers(): new function.
4048             pgp_sign(): add the account parameter, call set_signers().
4049             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
4050           * src/rfc2015.h: rfc2015_sign(): updated prototype.
4051           * src/compose.c: pass the current account to rfc2015_sign().
4052
4053 2001-04-22
4054
4055         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
4056
4057 2001-04-20
4058
4059         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
4060           Fixed a memory leak bug.
4061         * src/export.[ch]: added for exporting folder to mbox.
4062         * src/import.[ch]: made import_mbox() take default folder.
4063           Added description to the dialog.
4064         * src/summaryview.c: summary_show(): fixed a bug that kept the
4065           toolbar buttons insensitive after receiving messages.
4066         * src/export.c
4067           src/import.c: fixed a bug that caused quitting of the program
4068           when OK or Cancel button was clicked several time.
4069         * src/prefs_common.[ch]
4070           src/addressbook.c: added "Add address to destination when
4071           double-clicked" option.
4072
4073 2001-04-19
4074
4075         * src/prefs_common.[ch]: reorganized the items of settings,
4076           and added Message tab.
4077         * src/main.c: parse_cmd_opt(): added command line option --version.
4078         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
4079           special folders.
4080         * src/prefs_common.[ch]
4081           src/headerview.[ch]: the header pane can be toggled now.
4082         * src/prefs_common.[ch]
4083           src/textview.c: page scroll step is now selectable between
4084           one page and half page.
4085         * src/mbox.[ch]: added export_mbox() that reads all messages
4086           in a folder, and store them into one mbox file.
4087
4088 2001-04-18
4089
4090         * src/prefs_filter.[ch]: separated filter setting code from
4091           prefs_common.c, and made it a separate dialog.
4092
4093 2001-04-17
4094
4095         * version 0.4.64
4096
4097         * src/automaton.[ch]
4098           src/inc.c: fixed the bug that made Sylpheed crash when clicking
4099           Cancel button while getting new mail (thanks to Sergey Vlasov).
4100         * src/xml.c: xml_build_tree()
4101           src/addressbook.c: fixed a bug that caused infinite loop if an
4102           illegal XML file was given.
4103
4104 2001-04-16
4105
4106         * src/summaryview.c
4107           src/inc.c: applied the patch from Sergey Vlasov that fixes the
4108           problem when the "Go to inbox after receiving new mail" option
4109           was turned off (thanks!).
4110
4111 2001-04-15
4112
4113         * src/xml.[ch]: modified so that it supports some characters which
4114           must be escaped, and multiple-lined tag.
4115         * src/folder.c
4116           src/addressbook.c: modified so that it escapes some characters
4117           like '<', '>', '&', ''', '"'.
4118
4119 2001-04-10
4120
4121         * version 0.4.63
4122
4123         * src/folder.[ch]
4124           src/mainwindow.c
4125           src/mh.[ch]
4126           src/procmsg.[ch]
4127           src/summaryview.[ch]: applied the patch from Darko Koruga that
4128           adds copy message operation for the MH folders (thanks!).
4129         * src/imap.c: disabled slash to dot conversion.
4130         * src/imageview.c: fixed a bug that displayed an old image when
4131           loading of a image failed (thanks to Darko Koruga).
4132
4133 2001-04-09
4134
4135         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
4136           cache reading (thanks to Sergey Vlasov).
4137         * src/inc.c
4138           src/summaryview.[ch]
4139           prefs_common.[ch]: applied the patch that keeps the same folder
4140           after receiving new mail (thanks to Sergey Vlasov).
4141         * src/textview.c
4142           src/utils.[ch]: moved get_quote_level() to utils.c.
4143
4144 2001-04-08
4145
4146         * ac/Makefile.am: added.
4147         * Makefile.am
4148           configure.in: added ac directory.
4149
4150 2001-04-07
4151
4152         * src/summaryview.c: summary_filter(): made it move messages
4153           immediately if immediate_exec option is set.
4154         * src/prefs_common.[ch]
4155           src/textview.[ch]
4156           src/gtkutils.[ch]: applied the message coloring patch from
4157           Stephen Anthony with some modification (thanks!).
4158         * src/gtksctree.c
4159           src/mimeview.c: modified the behavior of MimeView (thanks to
4160           HIRAMATSU).
4161
4162 2001-04-06
4163
4164         * src/utils.c: copy_file()
4165           src/mh.c: applied (and modified) the patch from Darko Koruga
4166           that enables to move messages across file systems (thanks!).
4167         * src/procheader.c
4168           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
4169           that converts the date of messages to the local time (thanks!).
4170         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
4171           of one-letter timezone were reversed.
4172         * src/folder.c: folder_item_add_msg(): put the assertion for the
4173           add_msg() method (thanks to TAKANO).
4174
4175 2001-04-05
4176
4177         * src/procmime.c: procmime_decode_content(): fixed a bug that
4178           corrupted quoted-printable encoded messages when they include
4179           `=00' (thanks to Masahiro Tomita).
4180         * src/gtksctree.c
4181           src/mimeview.c
4182           src/summaryview.c: modified the DnD behavior of MIME view
4183           (thanks to HIRAMATSU).
4184
4185 2001-04-04
4186
4187         * src/about.c: applied the patch from Sergey Vlasov that fixes
4188           the appearance of the about dialog (thanks!).
4189         * src/prefs_common.[ch]
4190           src/rfc2015.[ch]
4191           src/mimeview.c
4192           src/procmime.[ch]
4193           src/compose.[ch]
4194           src/passphrase.c
4195           src/textview.[ch]: applied the GnuPG support patch which had
4196           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
4197         * INSTALL, INSTALL.jp: updated the description about GnuPG.
4198
4199 2001-04-03
4200
4201         * src/utils.[ch]: added references_list_append() that parses
4202           References header and makes it string list.
4203         * src/compose.c: modified so that too long References header is
4204           truncated, garbage characters are removed, and header is tidied
4205           up (thanks to Matthias Intemann).
4206
4207 2001-04-02
4208
4209         * src/addr_compl.c: applied the address completion bugfix patch
4210           from Alfons Hoogervorst (thanks!).
4211
4212 2001-04-01
4213
4214         * src/gtksctree.c: modified so that the tree_select_row signal
4215           actually pass the column number.
4216         * src/summaryview.c: summary_selected(): made generic mark and
4217           unread mark can be toggled with clicking of the columns.
4218           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
4219         * src/prefs_common.c
4220           src/prefs_account.c: applied the layout fix patches from Sergey
4221           Vlasov, and adjusted some widths of GtkEntry widgets.
4222         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
4223         * src/inc.c: inc_start(): modified so that authentication dialogs
4224           show server name too (thanks to Sergey Vlasov).
4225
4226 2001-03-31
4227
4228         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
4229           segmentation fault when a malformed multipart message is shown
4230           (thanks to Sergey Vlasov).
4231         * src/summaryview.c: summary_display_msg(): made it focus to the
4232           summary view if the MIME list is empty.
4233
4234 2001-03-30
4235
4236         * src/pixmaps/deleted.xpm
4237           src/pixmaps/mark.xpm
4238           src/summaryview.c: added deleted and mark icon.
4239         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
4240           to gtk_widget_unref().
4241         * src/addr_compl.c: start_address_completion(): fixed the bug that
4242           displayed warning when the address book was empty (thanks to
4243           Chideok Hwang).
4244
4245 2001-03-29
4246
4247         * src/summaryview.c: summary_show(): fixed a memory leak bug
4248           (thanks to ChiDeok Hwang).
4249         * src/pixmaps/forwarded.xpm
4250           src/pixmaps/replied.xpm
4251           src/pixmaps/new.xpm
4252           src/pixmaps/unread.xpm
4253           src/compose.c
4254           src/mainwindow.c
4255           src/prefs_common.c
4256           src/procmsg.h
4257           src/summaryview.[ch]: applied the patch from Marc Hoper
4258           that adds replied and forwarded mark to replying or forwarding
4259           messages (thanks!). And new and unread mark were replaced
4260           by the icons David Mehrmann created (thanks!).
4261         * src/summaryview.c: made the width of unread and MIME column
4262           fixed.
4263         * src/prefs.c: prefs_config_parse_one_line(): made it check the
4264           '=' separator (thanks to Sergey Vlasov).
4265
4266 2001-03-26
4267
4268         * src/prefs_common.[ch]: moved smooth scroll option to the
4269           interface tab.
4270         * src/textview.c: made the one-line scroll also perform smooth
4271           scrolling.
4272
4273 2001-03-25
4274
4275         * src/prefs_common.[ch]
4276           src/textview.c: applied the smooth scroll patch from Setoh and
4277           Ninomiya (thanks!).
4278
4279 2001-03-24
4280
4281         * src/summaryview.c: summary_attract_by_subject(): rewritten it
4282           using hash table for speeding up.
4283         * src/prefs_account.c: made filter_on_receive TRUE by default.
4284         * src/mainwindow.c: reordered menu items.
4285
4286 2001-03-23
4287
4288         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
4289           caused address completion not to accept space and enter key.
4290
4291 2001-03-22
4292
4293         * src/utils.[ch]
4294           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
4295           correctly.
4296         * src/compose.c: fixed a bug that didn't decode some headers
4297           correctly when replying or reediting drafts (thanks to Sergey
4298           Vlasov).
4299
4300 2001-03-21
4301
4302         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
4303           behaviors of some classes.
4304         * src/main.c: main(): made it call gtkut_widget_init() first.
4305         * src/summaryview.c: summary_create(): removed the key binding code.
4306
4307 2001-03-19
4308
4309         * src/procmsg.[ch]: modified for the sake of readability.
4310
4311 2001-03-18
4312
4313         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
4314           Added new menu items for folder manipulation.
4315           allsel_cb(): made it change the target between summary view and
4316           message view according to the input focus.
4317           Removed "Select all" from Summary submenu.
4318         * src/folderview.[ch]: added functions for creating/renaming/deleting
4319           folder.
4320         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
4321           removed "important" flag.
4322         * src/summaryview.c: added summary_set_row_marks() that sets style
4323           of a row according to the flags, and made some functions use it.
4324         * src/mainwindow.c: allsel_cb(): modified so that it selects
4325           summary view correctly if message view is toggled off.
4326
4327 2001-03-17
4328
4329         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
4330           leak bug of socket, and rewrote the routine.
4331         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
4332           displayed the wrong unread number in the folder tree if a
4333           folder was open and new messages arrived at the folder.
4334         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
4335           again.
4336
4337 2001-03-15
4338
4339         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
4340           check the existence of the destination file.
4341         * src/procmsg.c: procmsg_set_flags(): made it count the last
4342           number of the message list (and fixed a bug that didn't open
4343           newly arrived message).
4344
4345 2001-03-13
4346
4347         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
4348           Shift_JIS from the outgoing codeset.
4349
4350 2001-03-12
4351
4352         * version 0.4.62
4353
4354 2001-03-11
4355
4356         * src/send.c: send_message_queue(): modified so that it finds
4357           the account from the `From' and the server name of the queued
4358           message.
4359         * src/account.[ch]: added account_find_from_smtp_server() that
4360           finds an account from the specified address and SMTP server.
4361         * src/Makefile.am
4362           src/mainwindow.c
4363           src/summaryview.[ch]
4364           src/sourcewindow.[ch]: integrated the viewing source patch from
4365           DINH V. Hoßþ(thanks!).
4366
4367 2001-03-10
4368
4369         * src/addr_compl.[ch]
4370           src/addressbook.c
4371           src/compose.c: applied the enhanced address completion patch
4372           from Alfons Hoogervorst (thanks!).
4373         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
4374         * src/folder.c: folder_init()
4375           src/folderview.c: folderview_drag_motion_cb()
4376           src/procmsg.c: procmsg_clean_trash()
4377           src/summaryview.c: summary_start_drag()
4378           src/imap.[ch]: integrated the IMAP4 move/remove function patch
4379           from Suzuki Mio (thanks!).
4380
4381 2001-03-08
4382
4383         * src/main.c: parse_cmd_opt(): made the --compose option realize
4384           mailto: URI.
4385         * src/utils.[ch]: execute_async(): supported quoted arguments
4386           correctly.
4387           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
4388           version of g_strsplit().
4389         * src/mimeview.c: mimeview_view_file()
4390           src/prefs_common.c: added single quotation mark around the file
4391           name.
4392
4393 2001-03-07
4394
4395         * configure.in
4396           src/compose.c
4397           src/prefs.c
4398           src/procmime.c
4399           src/summaryview.c
4400           src/mbox.c
4401           src/recv.c
4402           src/utils.[ch]: applied the security fix patch from Dmitry V.
4403           Levin with some modification (thanks!). Added my_tmpfile() to
4404           utils.[ch].
4405         * src/main.c: added --receive-all command-line option.
4406
4407 2001-03-06
4408
4409         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
4410           compile if both multithread and IPv6 are enabled (thanks to
4411           Ishihara).
4412         * src/utils.[ch]
4413           src/compose.c: applied a patch from Jason McCarver that allows
4414           FIFO for signature file (thanks!).
4415         * src/textview.c: made some more refactoring.
4416         * src/socket.c: sock_accept(): changed socklen_t to gint.
4417
4418 2001-03-05
4419
4420         * src/main.c
4421           src/textview.c: some code cleanups.
4422
4423 2001-03-04
4424
4425         * src/compose.[ch]
4426           src/main.c
4427           src/textview.c: integrated the patch from Alfons Hoogervorst that
4428           fixes some glitches in clickable URI and enables mail addresses
4429           clickable, and enables the --compose command line option to
4430           specify address (thanks!).
4431
4432 2001-03-03
4433
4434         * src/esmtp.[ch]
4435           src/smtp.[ch]
4436           src/send.c
4437           src/prefs_account.[ch]
4438           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
4439           and fixed its a few bugs (thanks!).
4440         * src/textview.c: textview_key_pressed(): made it don't move focus
4441           to summary view.
4442         * src/main.c: parse_cmd_opt(): modified the help message.
4443         * src/html.[ch]: added empty_line to HTMLParser and modified
4444           the parser routines a bit.
4445
4446 2001-03-01
4447
4448         * src/html.c: added eucjp_symbol_list, and added some characters
4449           to ascii_symbol_list.
4450
4451 2001-02-19
4452
4453         * src/codeconv.[ch]: added a member `charset' and `charset_str'
4454           to CodeConverter.
4455         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
4456           html_parser_new(): made it change the symbol hash table
4457           according to the character set of the document.
4458           html_parse_special(): made it recognize character code number.
4459
4460 2001-02-17
4461
4462         * src/textview.c: added textview_show_html() that parses HTML and
4463           display as a text.
4464           textview_show_part(): made it call textview_show_html() if
4465           the part is text/html.
4466         * src/html.[ch]: implemented HTML parser.
4467
4468 2001-02-15
4469
4470         * src/codeconv.[ch]: added CodeConverter, and its methods
4471           (conv_code_converter_new(), conv_code_converter_destroy(), and
4472            conv_convert()).
4473         * src/textview.c: removed the branches by HAVE_LIBJCONV and
4474           rewrote them using CodeConverter.
4475
4476 2001-02-12
4477
4478         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
4479
4480 2001-02-11
4481
4482         * src/codeconv.c: some code cleanups.
4483
4484 2001-02-05
4485
4486         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
4487           popup the main window correctly.
4488         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
4489           CS_EUC_TW was reversed (thanks to Sakamoto).
4490
4491 2001-02-04
4492
4493         * src/gtkutils.[ch]
4494           src/main.c
4495           src/mainwindow.[ch]
4496           src/socket.[ch]: applied the patch from Hiramatu that enables
4497           prohibition of multiple execution and remote control with
4498           command line option (thanks!).
4499
4500 2001-02-03
4501
4502         * src/summaryview.c: summary_button_pressed(), summary_selected():
4503           made it toggle the view if middle button is clicked while message
4504           view is hidden.
4505           summary_drag_data_get(): fixed a memory leaking.
4506         * src/Makefile.am
4507           src/compose.c: compose_write_headers(): modified so that it uses
4508           host_alias for X-Mailer or X-Newsreader field.
4509
4510 2001-02-03
4511
4512         * version 0.4.61
4513
4514         * src/folderview.c: fixed a bug that prevented a folder from being
4515           created if there were already folders that have the same name
4516           somewhere at another place.
4517
4518 2001-02-02
4519
4520         * src/folderview.c: folderview_update_all(): fixed a bug that
4521           caused segmentation fault when a folder was selected after
4522           updating the folder tree.
4523         * src/compose.c: compose_send(): fixed a locking bug.
4524           compose_write_headers(): fixed a bug that referred to cur_account.
4525           compose_convert_header(): made it check the arguments.
4526
4527 2001-02-01
4528
4529         * src/main.c: some cleanups and added --help option.
4530
4531 2001-01-31
4532
4533         * src/send.c: re-enabled user-defined domain name setting.
4534         * src/utils.c: is_next_mbs(): changed the size of temporary
4535           multibyte array to MB_CUR_MAX.
4536           strdup_mbstowcs(): added error check to mbstowcs().
4537           strdup_wcstombs(): added error check to wcstombs().
4538         * src/addr_compl.c: get_address_from_edit(): made it check the
4539           return value of strdup_mbstowcs().
4540         * src/codeconv.c: conv_encode_header(): added error checking
4541           to strdup_mbstowcs().
4542
4543 2001-01-30
4544
4545         * src/utils.c: log_error(): changed g_error() to g_warning() so
4546           that it doesn't abort.
4547           Added iswalnum().
4548         * src/addr_compl.c: add_address(): fixed a bug that aborted the
4549           program if the name or the address is empty.
4550           get_address_from_edit(): supported multibyte characters.
4551         * configure.in: fixed a typo.
4552         * src/send.c: re-enabled user-defined SMTP port setting.
4553
4554 2001-01-30
4555
4556         * version 0.4.60
4557
4558         * configure.in: added --enable-gpgme option, and disabled GPGME
4559           by default.
4560         * made GPGME related members in MimeInfo not used if disabled.
4561         * src/rfc2015.c: some cleanups for warning.
4562         * README
4563           README.jp
4564           INSTALL
4565           INSTALL.jp: updated.
4566         * Makefile.am: modified bzip2 option.
4567
4568 2001-01-29
4569
4570         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
4571           MIME type.
4572         * src/mimeview.c: mimeview_view_file(): made it do nothing if
4573           the MIME type is application/octet-stream.
4574         * src/folderview.c: folderview_update_all(): made it show modal
4575           dialog while updating folders.
4576         * src/folderview.c: folderview_update_all(): fixed a bug that
4577           didn't remove the dialog.
4578
4579 2001-01-28
4580
4581         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
4582           launches the attached file using metamail (thanks!).
4583         * src/procmime.[ch]: added procmime_get_tmp_file_name().
4584         * src/compose.c
4585           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
4586           that enables address completion in the address entry on the
4587           composition window (thanks!).
4588         * src/addr_compl.c: get_all_addresses(), read_address_book():
4589           modified so that it uses xml_free_tree() for freeing the address
4590           tree.
4591
4592 2001-01-27
4593
4594         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
4595           remove the current directory (thanks to Maki).
4596         * src/summary_search.c: added `Select all matched' option to the
4597           search dialog (thanks to Takahashi).
4598         * src/pixmaps/stock_mail_attach.xpm
4599           src/pixmaps/tb_address_book.xpm
4600           src/compose.c: added some toolbar icons contributed from
4601           Leandro Pereira (thanks!).
4602
4603 2001-01-25
4604
4605         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
4606           segmentation fault when the passphrase dialog was cancelled.
4607           Hided the passphrase in the debug message.
4608         * src/about.c: about_create(): fixed a bug that failed to compile
4609           when none of the features were used.
4610         * src/foldersel.c: foldersel_set_tree(): made it display all
4611           MH folders.
4612         * src/inc.c: inc_start(): fixed a bug that showed password dialog
4613           continuously if it was cancelled.
4614         * src/summaryview.c: summary_write_cache(): put an assertion after
4615           folder_item_get_cache_file() to prevent the crash.
4616         * thanks to Maki for the above four fixes.
4617         * src/utils.h: added #include <alloca.h>.
4618
4619 2001-01-24
4620
4621         * src/rfc2015.c: changed some g_message() used for error messages
4622           to g_warning().
4623
4624 2001-01-23
4625
4626         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
4627           it can handle a string data of which length >= BUFFSIZE.
4628         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
4629         * src/pixmaps/stock_mail_receive_all.xpm
4630           src/pixmaps/stock_mail_reply_to_all.xpm
4631           src/Makefile.am
4632           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
4633           icons contributed from David Mehrmann (thanks!).
4634         * src/inc.[ch]: overhauled the architecture so that it don't create
4635           and destroy progress dialog for each incorporation in `get all'
4636           mode.
4637
4638 2001-01-22
4639
4640         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
4641           sub folders named `inbox', etc. as special folders.
4642         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
4643           boundary correctly.
4644
4645 2001-01-21
4646
4647         * applied the GnuPG patch from Werner Koch (thanks!).
4648         * removed Mixmaster support.
4649         * src/rfc2015.c: changed g_error() to g_warning() and modified some
4650           messages.
4651         * src/about.c: about_create(): modified compiled-in features list.
4652         * README
4653           README.jp
4654           INSTALL
4655           INSTALL.jp: updated.
4656         * src/select-keys.c: create_dialog(): modified the layout.
4657         * src/headerwindow.c
4658           src/addressbook.c
4659           src/logwindow.c: made it raise the window if the window is already
4660           open.
4661         * src/prefs_common.[ch]: added an option for immediate execution.
4662         * src/summaryview.c: made it execute immediately when messages are
4663           moved or deleted if immediate_exec option is turned on.
4664         * src/summaryview.c: summary_delete(), summary_move_selected_to():
4665           moved summary_step() before summary_execute().
4666         * src/folderview.c: folderview_update_all(): made it scan folder
4667           tree correctly.
4668         * src/compose.c: compose_write_headers(): made it don't add
4669           In-Reply-To header if to_list is empty.
4670
4671 2001-01-09  Werner Koch  <wk@gnupg.org>
4672
4673         * configure.in, acconfig.h: Check for GPGME.
4674         * ac/: New directory for local autoconf macros.
4675         * src/Makefile.am: Add support for GPGME
4676
4677         * src/main.c (idle_function_for_gpgme): New.
4678         (main): Register this function.
4679
4680         * src/about.c: Add a note about GPGME.
4681
4682         * src/rfc2015.c, rfc2015.h: New.
4683
4684         * src/mimeview.c (mimeview_show_message): Check signature.
4685         * src/procmime.c (procmime_scan_message): Ditto.
4686
4687         * src/messageview.c (messageview_show): Add decryption stuff.
4688
4689         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
4690         (compose_toggle_encrypt_cb): New
4691         (compose_toggle_mixmaster_cb): New, just to be prepared for
4692         Mixmaster support.
4693         (compose_write_headers): Suppress some headers in mixmaster mode.
4694
4695         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
4696         (prefs_privacy_create): New.  Also some new structures etc.
4697         * src/compose.c (compose_create): Set encrypt button to prefs default.
4698         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
4699
4700         * src/compose.c (compose_send): Add missing unlock before one return.
4701
4702 2001-01-18
4703
4704         * src/gtksctree.[ch]
4705           src/folderview.c
4706           src/summaryview.[ch]: applied the patch from Hiramatu that enables
4707           DnD from the summary view to the folder view and fixes some other
4708           probrems (thanks!).
4709         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
4710           segmentation fault.
4711         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
4712         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
4713           didn't toggle expansion of node.
4714
4715 2001-01-17
4716
4717         * src/imap.c: applied the patch from Nishimura that updates the
4718           message list more precisely and reads the message flags (thanks!).
4719         * src/textview.c: textview_show_header(): made X-Newsreader field
4720           be emphasized too.
4721         * src/summaryview.c: summary_show(): made it flush events when
4722           displaying summary.
4723
4724 2001-01-15
4725
4726         * src/summaryview.c: applied the patch from Alfons that enabled
4727           the horizontal scrollbar of summary view (thanks!).
4728
4729 2001-01-13
4730
4731         * src/compose.c: compose_cb(): fixed a bug that didn't open the
4732           composition window right after launching the program.
4733         * src/setup.c: scan_tree_func(): fixed a bug that caused
4734           segmentation fault.
4735
4736 2001-01-13
4737
4738         * version 0.4.52
4739
4740         * src/textview.c: textview_set_font(): fixed a bug that caused
4741           segmentation fault if the mode of the text widget was changed
4742           between multibyte and singlebyte while the region was selected
4743           (GTK+ bug?).
4744
4745 2001-01-11
4746
4747         * src/mainwindow.c
4748           src/summaryview.c: made it unable to delete or move messages when
4749           in a news folder.
4750         * src/prefs_common.c
4751           src/news.c: added the option for maximum news article number.
4752
4753 2001-01-10
4754
4755         * src/compose.c: compose_send(): changed the location of temporary
4756           file. Made it use the default account if all of tried account
4757           aren't mail one, and made it show alert dialog and abort when even
4758           that failed.
4759         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
4760           last id number.
4761           prefs_account_open(): made it fill in personal information
4762           according to the default account when creating a new account.
4763         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
4764           proper version number (thanks to BONAIM).
4765         * configure.in
4766           Makefile.am: added entries for sylpheed.spec.in.
4767
4768 2001-01-09
4769
4770         * src/compose.[ch]: modified so that it can change account
4771           correctly.
4772         * src/send.[ch]: modified so that it doesn't see cur_account.
4773         * src/prefs_account.c: modified so that news setting doesn't
4774           show SMTP server entry.
4775
4776 2001-01-08
4777
4778         * src/folderview.c: fixed a bug that didn't sort special folders
4779           correctly when a new folder is created or renamed.
4780
4781 2001-01-07
4782
4783         * src/compose.[ch]: enabled to select account at composing window.
4784         * src/folderview.c: made it display unread number next to folder
4785           name.
4786         * src/prefs_common.[ch]: added the option for unread number display.
4787
4788 2001-01-06
4789
4790         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
4791           and made many modifications (thanks!).
4792           compose_write_headers(): made the spaces in newsgroups removed.
4793           Supported Followup-To.
4794           compose_destroy(): got the objects removed properly.
4795         * src/news.c: merged news_post_to_group() and news_post() since
4796           they doesn't have to do multiple posting.
4797         * src/import.c: import_destsel_cb(): fixed a bug that failed to
4798           import into the selected folder.
4799         * src/prefs_account.c: modified the interfaces.
4800
4801 2001-01-05
4802
4803         * src/codeconv.[ch]
4804           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
4805           string is registerd to IANA.
4806         * src/nntp.[ch]: added nntp_post().
4807         * src/news.[ch]: added news_post() and news_post_to_group().
4808
4809 2001-01-04
4810
4811         * src/account.c: account_edit_open()
4812           src/mainwindow.c: new_account_cb(): made it unable to edit
4813           accounts if some composing windows are open.
4814
4815 2001-01-03
4816
4817         * src/folder.[ch]: added folder_set_name().
4818         * src/account.c: made a folder name of IMAP4/NNTP become the same
4819           as the name of account.
4820
4821 2001-01-02
4822
4823         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
4824           to filter messages.
4825
4826 2001-01-02
4827
4828         * version 0.4.51
4829
4830         * src/mbox.c: fixed a bug that didn't incorporate spool file
4831           correctly. Modified so that it recognizes From_ line as separator
4832           of messages even if the previous line isn't empty line.
4833         * src/send.c: send_message_queue()
4834           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
4835           warning when it tried to delete a sent message.
4836
4837 2001-01-01
4838
4839         * version 0.4.50
4840
4841         * src/folder.[ch]
4842           src/news.[ch]: modified so that it actually gets news articles.
4843         * src/utils.[ch]: added make_dir_hier() that creates directory
4844           hierarchy.
4845         * src/folder.c:
4846           folder_item_get_cache_file(), folder_item_get_mark_file():
4847           made it creates cache directory if it doesn't exist.
4848           folder_add(): made it insert the added folder into the correct
4849           position.
4850         * src/imap.[ch]: modified so that it suits the new folder
4851           architecture. Fixed a bug that caused segmentation fault
4852           if authentication failed at imap_auth().
4853         * src/folderview.c: implemented IMAP4 folder handling routines.
4854
4855 2000-12-31
4856
4857         * src/prefs_account.[ch]: added account ID and nntp_server
4858           to PrefsAccount. And added the interface for NNTP server.
4859         * src/folderview.c: modified news folder handling routines.
4860         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
4861           modified folder_item_get_path().
4862
4863 2000-12-29
4864
4865         * src/folder.[ch]: added create_folder(), rename_folder(),
4866           remove_folder() to Folder class.
4867         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
4868           mh_remove_folder().
4869           Implemented mh_create_tree() that creates MH directory tree.
4870           mh_rename_folder(): modified so that the paths of sub folders
4871           are set properly.
4872         * src/folderview.c: modified folderview_new_folder_cb(),
4873           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
4874           so that they work properly.
4875           Added folderview_remove_mailbox_cb() and the menu entry that
4876           remove mailbox from folder tree.
4877         * src/setup.[ch]: added for initial setup.
4878         * src/alertpanel.c: modified the appearance of the dialog.
4879         * src/compose.c: fixed compose_save_to_outbox() and
4880           compose_queue() so that it sets flags correctly.
4881
4882 2000-12-28
4883
4884         * src/mainwindow.c: modified the strings of toolbar labels.
4885
4886 2000-12-27
4887
4888         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
4889         * src/summaryview.c: summary_display_msg(): made it scroll the
4890           list if the message of the edge of that is displayed.
4891
4892 2000-12-25
4893
4894         * src/folder.[ch]
4895           src/mh.[ch]: added functions for moving messages.
4896         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
4897           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
4898
4899 2000-12-24
4900
4901         * src/utils.[ch]: added get_tmp_file().
4902         * src/pop.c
4903           src/inc.c
4904           src/folder.c: fixed a bug that failed to drop messages.
4905         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
4906           number of the folder.
4907
4908 2000-12-23
4909
4910         * src/folderview.c: added special folder setting routine.
4911         * src/folder.[ch]: added a method is_msg_changed().
4912           Implemented folder_find_item_from_path().
4913         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
4914         * autogen.sh: fixed so that the configure can take arguments.
4915
4916 2000-12-22
4917
4918         * src/main.c
4919           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
4920           the path of mailbox and create the one.
4921         * src/folderview.c: made the folder tree and selected folder
4922           expanded.
4923
4924 2000-12-21
4925
4926         * src/mh.[ch]
4927           src/folder.c: implemented mh_scan_tree() that scans the folder
4928           recursively and create the tree.
4929
4930 2000-12-19
4931
4932         * src/compose.c
4933           src/defs.h
4934           src/filter.[ch]
4935           src/folder.[ch]
4936           src/foldersel.[ch]
4937           src/folderview.[ch]
4938           src/imap.[ch]
4939           src/import.c
4940           src/inc.c
4941           src/main.[ch]
4942           src/mainwindow.c
4943           src/mbox.[ch]
4944           src/mh.[ch]
4945           src/news.[ch]
4946           src/prefs_common.c
4947           src/procmsg.[ch]
4948           src/summaryview.[ch]
4949           src/xml.[ch]
4950           src/Makefile.am: merged the development tree into the cvs tree.
4951           Some functions are not unimplemented yet.
4952
4953 2000-12-18
4954
4955         * version 0.4.9
4956
4957 2000-12-11
4958
4959         * src/xml.[ch]: supported omitted tag (<tag />).
4960         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
4961         * src/imap.c: imap_parse_atom(): fixed a bug that caused
4962           segmentation fault if the subject was empty (thanks to Tsutsui).
4963         * src/folder.[ch]: updated.
4964
4965 2000-12-10
4966
4967         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
4968           file specified and returns the tree.
4969
4970 2000-12-09
4971
4972         * po/pt_BR.po: fixed some typos that caused segmentation fault.
4973
4974 2000-12-07
4975
4976         * version 0.4.8
4977
4978         * src/session.h: added.
4979         * src/folder.[ch]: updated.
4980         * src/compose.c: compose_write_to_file()
4981           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
4982           that put a garbage to charset if the outgoing character set was
4983           specified and non-ascii characters were used in subject.
4984
4985 2000-12-04
4986
4987         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
4988           progress if the status bar was hidden.
4989
4990 2000-12-03
4991
4992         * src/folder.[ch]: added for the more object-oriented folder
4993           management.
4994
4995 2000-12-02
4996
4997         * version 0.4.7
4998
4999         * src/mainwindow.c
5000           src/prefs_common.[ch]: made the state of status bar get preserved.
5001         * src/compose.c: compose_insert_sig(): modified so that it doesn't
5002           put a separator if a signature file doesn't exist.
5003         * src/prefs_account.[ch]
5004           src/inc.c: added the option that toggles whether to receive
5005           messages when getting from all accounts.
5006         * README
5007           README.jp: updated the description and added some usages.
5008
5009 2000-12-01
5010
5011         * src/Makefile.am
5012           src/gtkshruler.[ch]
5013           src/compose.[ch]: applied the patches from Alfons Hoogervorst
5014           that makes the ruler of composition window graphical (thanks!).
5015
5016 2000-11-27
5017
5018         * src/codeconv.c
5019           src/mainwindow.c
5020           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
5021
5022 2000-11-27
5023
5024         * version 0.4.6
5025
5026         * src/compose.c: turned the color of quoted messages black again.
5027
5028 2000-11-26
5029
5030         * src/about.c: added a clickable URI to the Sylpheed home page,
5031           and a list of compiled-in features.
5032         * src/compose.c: made the color of quoted messages blue.
5033         * src/summaryview.c: added `Show all header' to the context menu.
5034         * src/prefs_common.c: removed the threading option from the dialog.
5035         * src/compose.c: fixed a bug that didn't parse the quotation format
5036           correctly.
5037
5038 2000-11-25
5039
5040         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
5041           that it toggles linewrap menu item and tool button.
5042         * src/prefs_common.c: modified the default of the signature
5043           separator.
5044         * src/compose.[ch]: added ruler to the compose window.
5045         * src/prefs_common.[ch]: added a member for the state of ruler
5046           display.
5047
5048 2000-11-24
5049
5050         * src/headerview.[ch]: added the destroy function.
5051         * src/messageview.c: messageview_destroy(): fixed a memory leak
5052           bug that didn't freed the HeaderView object.
5053         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
5054         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
5055           to Alfons Hoogervorst for the above three memory leak bug fixes).
5056
5057 2000-11-23
5058
5059         * version 0.4.5
5060
5061         * README
5062           README.jp
5063           INSTALL
5064           INSTALL.jp: modified some descriptions.
5065
5066 2000-11-22
5067
5068         * src/compose.c: implemented line-wrapping functions.
5069         * src/prefs_common.[ch]: added the settings for line-wrapping.
5070         * src/codeconv.[ch]: added Windows-1251 to the codesets.
5071           conv_jistoeuc(): fixed a bug that caused segmentation fault
5072           when some half-width kana characters appeared.
5073         * src/summaryview.c: summary_select_all(): made it show message
5074           on the status bar if the number of messages is large.
5075
5076 2000-11-18
5077
5078         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
5079           modified so that it parses the quotation mark too.
5080           Added %I that means the initial of sender to the format.
5081         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
5082           Fixed a bug that set the wrong outgoing codeset.
5083         * src/mainwindow.c
5084           src/prefs_common.c: modified the menu item of Chinese codeset.
5085
5086 2000-11-17
5087
5088         * src/codeconv.[ch]
5089           src/prefs_common.[ch]: modified so that outgoing charset is
5090           saved as a string, not a number.
5091
5092 2000-11-16
5093
5094         * src/textview.c: textview_set_font(): changed the scheme of
5095           selecting between font and fontset. And changed the default
5096           font of ISO-8859-1.
5097         * src/headerview.c: headerview_show_xface(): made it ignore
5098           invalid X-Face.
5099         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
5100           modified so that it consider the source codeset as ISO-2022-JP if
5101           it is NULL and the current locale is Japanese.
5102
5103 2000-11-14
5104
5105         * src/textview.c: textview_destroy(): fixed a bug that caused
5106           segmentation fault if textview->msgfont is NULL (thanks to
5107           Hiramatu).
5108         * src/main.c
5109           src/defs.h: applied the patch from Yanase that enables to
5110           save the shortcuts of the menus (thanks!).
5111
5112 2000-11-11
5113
5114         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
5115           toggles the sensitivity of menu items.
5116         * src/summaryview.c: renamed summary_set_popup_sensitive() to
5117           summary_set_menu_sensitive(), and made it set the sensitivity of
5118           the main menu.
5119
5120 2000-11-09
5121
5122         * src/textview.c: textview_init(): fixed a bug that didn't disable
5123           the theme engine of GtkText (thanks to Hiramatu).
5124         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
5125           means the full name of sender and the first name.
5126         * manual/ja/*.??ml: updated to the latest version.
5127
5128 2000-11-07
5129
5130         * version 0.4.4
5131
5132         * src/defs.h: separated the definitions from main.h and applied the
5133           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
5134           from the system headers (thanks!).
5135         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
5136           UTF-8 locale.
5137         * src/textview.c: textview_set_font(): modified so that it sets
5138           the correct font when the locale is multi-byte.
5139           textview_destroy(): added proper codes for destruction.
5140           textview_show_header(): fixed the coloration of X-Mailer.
5141
5142 2000-11-06
5143
5144         * src/textview.[ch]: made TextView have single-byte and multi-byte
5145           GtkText, and switch between them according to the given codeset.
5146         * src/compose.c: compose_create(): modified the font setting
5147           routine.
5148
5149 2000-11-02
5150
5151         * src/textview.[ch]: moved the message font variable into TextView.
5152           textview_set_font(): modified so that it uses gdk_font_load()
5153           if the given codeset is US-ASCII or ISO-8859-*.
5154
5155 2000-11-01
5156
5157         * src/codeconv.c
5158           src/procmime.c
5159           src/prefs_common.c
5160           src/textview.c
5161           src/compose.c: workaround for the 8bit code issue (used
5162           gdk_font_load() instead of gdk_fontset_load() when the locale is
5163           C, or not set).
5164
5165 2000-11-01
5166
5167         * version 0.4.3
5168
5169         * src/compose.[ch]: added `Draft' tool button.
5170         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
5171         * README, README.jp: added the explanation of the locale setting.
5172
5173 2000-10-31
5174
5175         * src/compose.c: made it overwrite the previous draft message when
5176           reedited the draft and saved it again.
5177         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
5178           the message really exists.
5179         * src/folderview.[ch]: added folderview_scan_folder_a() and
5180           folderview_scan_folder_foreach_a() that scan the specified
5181           folders for each folderviews.
5182         * src/mainwindow.[ch]: removed main_window_scan_folder() and
5183           main_window_scan_folder_all().
5184           Added `Reedit' to the menu.
5185         * src/import.[ch]: removed MainWindow from the argument of
5186           import_mbox().
5187         * src/summaryview.c: removed the unnecessary items from the popup
5188           menu. Changed summary_reedit_cb() to summary_reedit(), and made
5189           it public.
5190
5191 2000-10-30
5192
5193         * src/compose.h: added a member msginfo to Compose.
5194         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
5195           the MsgInfo object.
5196
5197 2000-10-25
5198
5199         * src/summaryview.c: made the the popup menu change the sensitivity
5200           according to the context. Fixed a bug that showed the `clean trash'
5201           dialog repeatedly if `D' key was pressed when the focus was on the
5202           summary view.
5203         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
5204
5205 2000-10-22
5206
5207         * src/main.c: fixed g_thread initialization.
5208
5209 2000-10-21
5210
5211         * src/codeconv.c: added pt_BR to locale_table.
5212         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
5213           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
5214           codeset when not using libjconv.
5215         * src/compose.c: fixed the bug on saving draft again.
5216
5217 2000-10-19
5218
5219         * src/compose.c: compose_write_headers(): fixed a bug that failed
5220           to write headers if To: was empty when saving draft.
5221
5222 2000-10-18
5223
5224         * src/procmime.[ch]
5225           src/compose.c
5226           src/headerwindow.[ch]
5227           src/summaryview.c
5228           src/messageview.[ch]
5229           src/mimeview.c
5230           src/textview.c
5231           src/procmsg.[ch]
5232           src/procheader.[ch]: modified so that they can handle queue folder
5233           properly.
5234         * src/compose.[ch]
5235           src/summaryview.c: implemented draft-reediting function.
5236         * src/mainwindow.c
5237           src/summaryview.c
5238           src/mimeview.c: replaced *(GtkWidget **) with the macro
5239           GTK_WIDGET_PTR().
5240
5241 2000-10-17
5242
5243         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
5244           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
5245           if the folder is QUEUE_DIR or DRAFT_DIR.
5246
5247 2000-10-14
5248
5249         * version 0.4.2
5250
5251         * src/headerview.c
5252           src/messageview.c: modified the border of the headerview.
5253         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
5254           an Sylpheed object to GtkWidget.
5255         * src/utils.c: remove_return(), remove_space(): fixed a bug that
5256           possibly caused segmentation fault.
5257         * src/compose.[ch]
5258           src/mainwindow.c
5259           src/summaryview.c: implemented `forward as an attachment'.
5260         * src/utils.[ch]: open_uri(): brought on URI opening function from
5261           textview.c and manual.c.
5262
5263 2000-10-13
5264
5265         * src/mainwindow.c
5266           src/summaryview.c
5267           src/compose.[ch]
5268           src/prefs_common.[ch]: removed `Reply with quote', and added
5269           `Reply to all', and added the option that decides whether to
5270           quote message on replying.
5271
5272 2000-10-12
5273
5274         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
5275           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
5276         * src/codeconv.[ch]
5277           src/mainwindow.c
5278           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
5279         * src/compose.c: compose_send(): modified so that it shows error
5280           dialog when failed to send a message.
5281
5282 2000-10-11
5283
5284         * src/account.c: account_edit_close(): fixed a bug that didn't set
5285           current account when creating an account for the first time.
5286         * configure.in: added es to ALL_LINGUAS.
5287
5288 2000-10-10
5289
5290         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
5291           possible.
5292           conv_get_code_conv_func(): modified so that it doesn't convert
5293           codeset if it is unknown.
5294         * src/folderview.c: folderview_update_msg_num(): modified style
5295           changing routine.
5296
5297 2000-10-09
5298
5299         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
5300           codesets automatically if the arguments are NULL.
5301         * src/textview.c: textview_write_line(): made it output warning
5302           message on the text view if conversion failed.
5303
5304 2000-10-06
5305
5306         * README, README.jp: modified the author of the manual.
5307
5308 2000-10-05
5309
5310         * src/headerview.[ch]
5311           src/messageview.[ch]: modified so that it uses GtkLabel widget
5312           instead of GtkText.
5313         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
5314           unreadable codes if the current locale is EUC-JP and libjconv is
5315           used.
5316
5317 2000-10-04
5318
5319         * src/procmime.[ch]
5320           src/messageview.c
5321           src/mimeview.c
5322           src/textview.c: modified so that it parses MIME message more
5323           preferably.
5324         * src/imap.c: imap_parse_address(): fixed a bug.
5325
5326 2000-10-03
5327
5328         * src/procmsg.[ch]: added procmsg_get_message_file_path().
5329         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
5330           routine.
5331         * src/imap.[ch]: changed the name of the member `group' in
5332           IMAPSession to `mbox'.
5333           imap_gen_send(): modified so that it doesn't output the password
5334           to the log.
5335           Modified session destroying routine.
5336         * src/folderview.c: folderview_write_cache(): made it preserve
5337           the IMAP folder list.
5338         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
5339           that showed boundary at the end of an attached RFC822 part.
5340         * src/prefs_common.c: changed the default of toolbar style to
5341           both icon and text.
5342
5343 2000-10-02
5344
5345         * src/imap.c: imap_get_uncached_messages(): modified so that it
5346           doesn't get the cached envelopes.
5347           imap_session_get_message_info(): made it read only the cache
5348           if the session is not established.
5349         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
5350         * src/news.c: news_get_article_info(): made it read only the cache
5351           if the session is not established.
5352
5353 2000-10-01
5354
5355         * src/textview.c: textview_write_line(): fixed a memory leak bug.
5356         * src/folderview.[ch]: made it create IMAP4 folders from the
5357           account information.
5358         * src/imap.[ch]: imap_session_get(): modified so that it creates
5359           IMAP4 session from the account information.
5360
5361 2000-09-30
5362
5363         * src/imap.[ch]: added for IMAP4 support.
5364         * src/summaryview.[ch]
5365           src/procmsg.c
5366           src/recv.[ch]: modified for IMAP4 support.
5367         * src/folderview.c: more IMAP4 implementation.
5368         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
5369           the specified message and return the file name.
5370         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
5371           locked up the process if the given widget was invisible.
5372
5373 2000-09-28
5374
5375         * src/folderview.[ch]: added IMAP4-related code.
5376
5377 2000-09-28
5378
5379         * version 0.4.1
5380
5381         * src/main.h: added IMAP_CACHE_DIR.
5382         * src/utils.[ch]: added get_imap_cache_dir().
5383         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
5384           Added macro MSG_IS_IMAP().
5385         * src/codeconv.c: added `#include <locale.h>' for setlocale().
5386         * sylpheed.spec: fixed %files section.
5387
5388 2000-09-27
5389
5390         * version 0.4.0
5391
5392         * src/codeconv.c: conv_get_current_charset(): made it compare
5393           string with strncasecmp().
5394         * src/compose.c: comopse_reply_parse_header(): workaround for
5395           the malformed References: header generated by OE5 :(
5396
5397 2000-09-26
5398
5399         * src/prefs_common.c
5400           src/prefs_account.c: modified the layout of the widgets.
5401
5402 2000-09-26
5403
5404         * version 0.3.99
5405
5406         * src/*.[ch]: added copyright notice to the top of the source files.
5407         * src/compose.c: compose_write_attach(): modified filename encode
5408           routine.
5409
5410 2000-09-25
5411
5412         * src/mainwindow.c: fixed the menu entry of manual.
5413         * src/compose.c
5414           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
5415           and applied the libjconv patch.
5416         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
5417           to reduce the alloc'd memory to the optimal size.
5418         * src/prefs_common.[ch]: added outgoing codeset option menu.
5419         * src/compose.c: compose_send(): added exclusive lock to prevent
5420           multiple-sending.
5421         * configure.in: made '--enable-ipv6=no' the default.
5422         * src/compose.c: compose_write_attach(): made it encode the name
5423           of the attached file.
5424         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
5425           didn't check the type of file.
5426           procmsg_move_messages_with_dest(): fixed a bug that failed to
5427           move message if a directory that had the same name existed.
5428         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
5429           are included as ASCII characters.
5430
5431 2000-09-24
5432
5433         * src/compose.c
5434           src/procmime.[ch]: modified so that it actually works when using
5435           libjconv :)
5436         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
5437           the codeset of string according to the codeset specified in
5438           arguments.
5439         * src/utils.[ch]: added is_ascii_str() that determines whether the
5440           string is 7bit-ASCII or not.
5441         * src/procmime.[ch]
5442           src/codeconv.[ch]: moved the character set related functions
5443           into codeconv.c.
5444         * merged the patch and the manual written by BONAIM (thanks!).
5445
5446 2000-09-23
5447
5448         * configure.in
5449           src/compose.c
5450           src/gtkutils.c
5451           src/mainwindow.c
5452           src/procmime.[ch]
5453           src/textview.c
5454           src/unmime.[ch]: applied the patch from Higuchi that utilizes
5455           libjconv and enables to handle many locales, including UTF-8
5456           (Unicode) (thanks!).
5457         * src/account.c: modified so that the account isn't changed when
5458           another account is selected on account edit dialog.
5459
5460 2000-09-20
5461
5462         * src/prefs_common.[ch]
5463           src/textview.c: added an option that specifies whether to display
5464           short headers on message view.
5465         * src/codeconv.[ch]: added function conv_unmime_header() that
5466           decodes MIME-encoded header and converts the character set.
5467           And added conv_unreadable_latin(), and modified conv_latintodisp().
5468         * src/messageview.[ch]: made the window get closed when escape key
5469           is pressed.
5470
5471 2000-09-17
5472
5473         * src/imageview.c: fixed a bug that caused segmentation fault if
5474           message view was in new window.
5475         * src/prefs_common.c: added `xemacs %s' to the external editor
5476           command line list.
5477
5478 2000-09-16
5479
5480         * version 0.3.29
5481
5482         * src/summaryview.c: enabled to open a new message window with
5483           double-clicking.
5484         * src/prefs_common.[ch]
5485           src/messageview.c: made it preserve the window size of message
5486           window.
5487         * src/prefs_account.c: added `None (local)' to the option menu of
5488           protocol.
5489
5490 2000-09-15
5491
5492         * Makefile.am: added autogen.sh to EXTRA_DIST.
5493
5494 2000-09-09
5495
5496         * src/prefs_common.c: applied the patch from Paul Rolland that
5497           enables font selection dialog (thanks!).
5498         * src/compose.[ch]
5499           src/utils.[ch]: moved tzoffset() and compose_get_date() of
5500           compose.[ch] into utils.[ch].
5501         * src/main.[ch]: renamed the name of filter file to `filterrc'.
5502
5503 2000-09-06
5504
5505         * src/compose.[ch]
5506           src/utils.[ch]: modified address parsing routine so that it
5507           parses quotes correctly.
5508         * src/textview.c: textview_show_part(): modified so that it shows
5509           the simplified headers if the part is text/plain.
5510
5511 2000-09-03
5512
5513         * src/messageview.[ch]
5514           src/summaryview.[ch]
5515           src/mainwindow.c: enabled to open a message in new window.
5516         * src/messageview.[ch]
5517           src/mimeview.[ch]
5518           src/textview.[ch]
5519           src/imageview.[ch]: added destroy function, and modified the
5520           key handling routines.
5521
5522 2000-09-02
5523
5524         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
5525           caused segmentation fault (thanks to KUROSAWA).
5526         * src/alertpanel.c: modified so that the focused button is
5527           selectable.
5528         * src/account.c
5529           src/compose.c
5530           src/folderview.c: modified so that the order of the buttons of
5531           alert panel will be `Yes', `No'.
5532
5533 2000-09-01
5534
5535         * src/utils.[ch]: added execute_async() and execute_command_line()
5536           that execute command line using execvp().
5537         * src/textview.c
5538           src/mimeview.c
5539           src/procmsg.c: replaced system() with execute_command_line()
5540           for security.
5541         * src/procmsg.c: turn back to system().
5542         * src/utils.c: modified execute_command_line().
5543
5544 2000-08-31
5545
5546         * src/mainwindow.c: main_window_get_size(): modified so that it
5547           doesn't update the height of SummaryView if MessageView is
5548           toggled off.
5549         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
5550           probrems of external editor handling (thanks!).
5551         * src/uuencode.[ch]
5552           src/procmime.[ch]: applied the patch from Hiramatu that make it
5553           supports Content-Transfer-Encoding: x-uuencode (thanks!).
5554
5555 2000-08-30
5556
5557         * src/compose.[ch]
5558           src/prefs_common.[ch]: implemented the external editor faculty.
5559         * src/compose.c: compose_attach_property(): fixed some bugs on
5560           changing the property of attached file.
5561         * src/compose.c: fixed some bugs of external editor functions.
5562
5563 2000-08-29
5564
5565         * version 0.3.28
5566
5567         * src/mainwindow.c
5568           src/prefs_common.[ch]
5569           src/summaryview.c: applied the patch from Paul Rolland that
5570           restores the size of widgets when restarting (thanks!).
5571         * src/folderview.c
5572           src/prefs_common.[ch]
5573           src/summaryview.c: applied the patch from Paul Rolland that saves
5574           the width of CTree columns (thanks!).
5575
5576 2000-08-27
5577
5578         * src/headerview.c: modified the height of HeaderView.
5579         * src/textview.c: textview_show_part(): made it process the message
5580           as normal text if it is single-part RFC822 message.
5581         * src/folderview.c
5582           src/summaryview.c: some changes around the key handling.
5583         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
5584
5585 2000-08-26
5586
5587         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
5588         * src/procheader.c: procheader_get_one_field(): fixed a bug that
5589           caused segmentation fault if the first line of the file is space
5590           or tab (thanks to Hiramatu).
5591         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
5592           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
5593         * src/prefs_account.c
5594           src/prefs_common.c: modified the dialog size.
5595         * src/prefs.c: made the dialog window growable.
5596
5597 2000-08-25
5598
5599         * version 0.3.27
5600
5601         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
5602           caused the failure of the detection of libintl.
5603         * src/filter.[ch]
5604           src/prefs_common.c: implemented `not contain', and modified for
5605           future enhancement.
5606         * src/imageview.c: changed alertpanel_error() to g_warning() so that
5607           it doesn't grab mouse events.
5608         * src/compose.[ch]: added compose_list that holds the list of
5609           Compose objects, and added the function compose_get_compose_list().
5610         * src/main.c
5611           src/mainwindow.c
5612           src/summaryview.c: made it confirm if composing message exists.
5613
5614 2000-08-23
5615
5616         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
5617           segmentation fault when trying to reply the message in the queue
5618           folder (thanks to Kotobuki).
5619           compose_attach_property(): modified the property dialog routine
5620           so that it can handle input error.
5621         * src/mimeview.c: applied the patch from Hiramatu that enables
5622           the drag 'n drop from MimeView (thanks!).
5623         * src/headerview.[ch]
5624           src/procheader.c
5625           src/procmsg.h: applied the patches for X-Face support from
5626           HIROSHIMA (thanks!).
5627
5628 2000-08-22
5629
5630         * src/compose.c: compose_attach_property(): modified so that the
5631           property dialog can actually change the property of attached file.
5632
5633 2000-08-21
5634
5635         * configure.in
5636           src/Makefile.am: updated for gdk_imlib.
5637         * added AUTHORS and NEWS.
5638         * configure.in
5639           acconfig.h
5640           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
5641           and gdk_imlib library. And fixed a bug on IPv6 detecting.
5642         * src/imageview.c: supported gdk-pixbuf.
5643         * README
5644           README.jp
5645           INSTALL
5646           INSTALL.jp: added the mention about built-in image view.
5647         * configure.in: modified so that configure can disable gdk-pixbuf
5648           or/and gdk_imlib library.
5649
5650 2000-08-20
5651
5652         * src/imageview.[ch]
5653           src/main.c
5654           src/messageview.[ch]
5655           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
5656           to display image (thanks!).
5657
5658 2000-08-19
5659
5660         * version 0.3.26
5661
5662         * src/summaryview.c: summary_assort_func(): modified to avoid
5663           `not receive' setting.
5664
5665 2000-08-18
5666
5667         * src/filesel.c: applied the patch from HIROSHIMA that makes it
5668           remember previous directory when opening the dialog (thanks!).
5669         * src/summaryview.[ch]: added a function summary_redisplay_msg().
5670         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
5671           that is currently shown when the character set is changed.
5672         * src/inc.c
5673           src/pop.c
5674           src/prefs_common.c
5675           src/filter.h: applied the patch from Tanaka that enables not to
5676           receive specified messages according to the sorting rule (thanks!).
5677
5678 2000-08-15
5679
5680         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
5681           so that it handles MSG_MIME flag, and it scans uncached messages
5682           when cache reading failed even if it is specified not to scan
5683           new messages.
5684         * src/procheader.c: procheader_parse(): added the determination of
5685           multipart MIME message.
5686         * src/main.h: increased CACHE_VERSION.
5687         * src/summaryview.[ch]: added the `MIME' column that shows whether
5688           a message is multipart or not.
5689         * src/prefs_common.[ch]: added the `MIME' column to the setting of
5690           displaying item.
5691         * added src/pixmaps/clip.xpm.
5692         * src/summaryview.c
5693           src/procmsg.[ch]: modified so that it prompts the print command
5694           before printing.
5695
5696 2000-08-14
5697
5698         * src/folderview.c: folderview_create()
5699           src/summaryview.c: summary_create():
5700           src/addressbook.c: addressbook_create(): set the expander style of
5701           CTree to GTK_CTREE_EXPANDER_SQUARE.
5702         * src/compose.c: modified the interface of property dialog.
5703
5704 2000-08-13
5705
5706         * src/compose.c: added property dialog for attached file.
5707
5708 2000-08-11
5709
5710         * src/procmsg.[ch]: added a function procmsg_print_message() that
5711           prints the given message.
5712         * src/summaryview.c: summary_print(): modified so that it prints
5713           all selected messages.
5714         * src/folderview.c: folderview_select_node(): fixed a bug that
5715           didn't focus on folder tree if inbox was empty when incorporating.
5716
5717 2000-08-10
5718
5719         * version 0.3.25
5720
5721         * src/prefs_commmon.[ch]: added `Other' tab and an option for
5722           printing. And moved external browser option to there.
5723         * src/mainwindow.c
5724           src/summayview.[ch]: added print menu and implemented print
5725           functions.
5726
5727 2000-08-09
5728
5729         * src/prefs_account.c: made the default value of smtp_server to
5730           NULL.
5731         * src/folderview.c: folderview_update_msg_num(): modified so that
5732           it doesn't emphasize trash folder even if it has new or unread
5733           messages.
5734
5735 2000-08-08
5736
5737         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
5738           caused segmentation fault when file selection dialog was closed
5739           and other dialog was open immediately.
5740
5741 2000-08-05
5742
5743         * src/compose.c: compose_encode_header(): fixed a bug that caused
5744           infinite loop if wctomb() failed.
5745
5746 2000-08-04
5747
5748         * version 0.3.24
5749
5750         * src/mimeview.c: enabled to open an attached file with double click
5751           and popup menu. And cleaned up the code.
5752         * src/procmime.[ch]: added a function procmime_get_part() that
5753           saves the part of multipart message.
5754
5755 2000-08-03
5756
5757         * src/main.[ch]
5758           src/mimeview.c
5759           src/prefs_common.[ch]
5760           src/procmime.[ch]
5761           src/utils.[ch]: applied a patch that enables to launch attached
5762           image, audio, and HTML file (thanks to Hashimoto).
5763         * src/filter.c: filter_match_condition(): fixed a bug that caused
5764           segmentation fault if the body of specified filter is NULL. And
5765           made the filter considered as being matched on that case.
5766
5767 2000-07-30
5768
5769         * src/summaryview.c:
5770           summary_save_as(): fixed a bug that unabled to save news articles.
5771           summary_display_msg(): added exclusive lock to prevent it from
5772           reading another news article while it is already processing one.
5773         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
5774           the draw signal to be emitted.
5775         * src/mainwindow.c:
5776           main_window_cursor_wait()
5777           main_window_cursor_normal(): added gdk_flush() to change cursor
5778           immediately.
5779         * Makefile.am
5780           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
5781           a target `release' to Makefile.am.
5782
5783 2000-07-28
5784
5785         * src/socket.c: supported IPv6.
5786         * configure.in
5787           acconfig.h: added checking for IPv6.
5788         * prefs_common.c: changed the default of toolbar_style to icon only.
5789
5790 2000-07-27
5791
5792         * initial cvs import.
5793         * updated README and README.jp.
5794
5795 2000-07-24
5796
5797         * version 0.3.23
5798
5799         * src/procmime.[ch]: modified the structure of MimeInfo so that it
5800           can be handled as a node of tree.
5801           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
5802           recursively.
5803           Added procmime_get_text_part() that scans a message and gets a text
5804           part for quoting.
5805         * src/mimeview.c: divided mimeview_scan_multipart_message() into
5806           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
5807         * src/compose.c: compose_quote(), compose_forward():
5808           made it quote the text part of multipart message properly.
5809           Made it preserve the size of Compose window.
5810         * src/prefs_common.[ch]: added compose_width and compose_height to
5811           the members.
5812         * src/textview.c: textview_show_part(): some code cleanups.
5813         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
5814
5815 2000-07-20
5816
5817         * version 0.3.22
5818
5819         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
5820           the return code of the message was CR+LF. And added
5821           conv_sjistoeuc().
5822         * src/summaryview.c: summary_attract_by_subject(): made it move
5823           the current view point to the selected row when executed.
5824         * src/textview.c: textview_show_part(): modified the character set
5825           determination routine.
5826         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
5827           caused segmentation fault if boldfont was NULL.
5828         * src/compose.c: compose_create(): made it sets itself as the target
5829           of addressbook on window creation.
5830
5831 2000-07-19
5832
5833         * src/compose.c: compose_send(): fixed a bug that didn't save
5834           queued message to outbox when failed to send the message (thanks
5835           to T. Yamamoto).
5836
5837 2000-07-15
5838
5839         * src/inc.[ch]: modified so that it changes error message dialog
5840           depending on the results.
5841
5842 2000-07-14
5843
5844         * src/mainwindow.c: main_window_create(): set usize of account
5845           button on the status bar to 1 so that it doesn't get expanded
5846           more than necessary.
5847         * src/account.[ch]: account_foreach(): made it abort the iteration
5848           if the function returns nonzero.
5849         * src/inc.[ch]
5850           src/pop.c: modified so that it shows error message dialog if the
5851           message processing is failed.
5852
5853 2000-07-04
5854
5855         * version 0.3.21
5856
5857         * src/mainwindow.c: made it popup account selection menu when
5858           account tool button or account status bar is pressed.
5859         * src/folderview.c
5860           src/prefs.c: suppressed the ENOENT perror messages.
5861         * src/pop.c: made it fall back on LAST command if UIDL failed.
5862
5863 2000-07-01
5864
5865         * src/procheader.c: procheader_parse(): fixed a bug that didn't
5866           parse References: header correctly (thanks to YAMAGUCHI).
5867
5868 2000-06-29
5869
5870         * version 0.3.20
5871
5872         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
5873           cc'd correctly when replying.
5874         * src/mainwindow.c
5875           src/summaryview.c: sorted out the main menu and the popup menu.
5876
5877 2000-06-26
5878
5879         * version 0.3.19
5880
5881         * src/prefs_account.[ch]
5882           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
5883           automatically at composing (thanks to NAKAGAWA).
5884
5885 2000-06-25
5886
5887         * src/prefs_common.[ch]
5888           src/mainwindow.c
5889           src/main.c: made it selectable whether to ask before cleaning
5890           trash at the exit.
5891         * src/prefs_common.c: cleaned up the code and the interface a bit.
5892         * src/summaryview.c: modified the unthread functions for speeding
5893           up.
5894
5895 2000-06-24
5896
5897         * src/prefs_common.[ch]
5898           src/summaryview.c: made it display recipient on the `From' column
5899           if the address of the sender is the same as the current account
5900           (thanks to NAKAGAWA).
5901         * src/utils.[ch]: added a function extract_address() that extracts
5902           the address from `From:' header string.
5903         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
5904           fault if `Edit/Select all' was selected when the message view was
5905           hidden (thanks to Tomita).
5906
5907 2000-06-21
5908
5909         * src/summaryview.c: modified execution routine so that it only
5910           unthreads nodes that are needed to be unthreaded.
5911
5912 2000-06-19
5913
5914         * src/news.c: news_session_get(): implemented the reconnection on
5915           being disconnected.
5916         * src/nntp.[ch]: added nntp_mode().
5917
5918 2000-06-18
5919
5920         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
5921           And support assortment on processing mbox.
5922         * src/inc.c: inc_drop_message(): modified so that it uses hash table
5923           to store the last message number of folders.
5924         * src/summaryview.c
5925           src/addressbook.c: modified the behavior of CTree at right-click.
5926         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
5927           overflow bug (thanks to Nishiyama).
5928
5929 2000-06-17
5930
5931         * version 0.3.18
5932
5933         * src/pop.[ch]
5934           src/inc.[ch]: implemented management of read message on POP server
5935           by UIDL.
5936         * src/utils.[ch]: removed (s)list_remove_all() because it can be
5937           replaced with g_(s)list_free().
5938         * src/summaryview.c: modified the arrangement of menu a bit.
5939         * src/summaryview.c: summary_status_show(): made it doesn't display
5940           server name but newsgroup.
5941         * src/prefs_common.c
5942           src/prefs_account.c: adjusted the calculation routine of dialog
5943           size.
5944
5945 2000-06-15
5946
5947         * version 0.3.17
5948
5949         * src/compose.c: compose_reply_set_entry(): modified so that it
5950           cc's to the all addresses on To: and Cc: of the replied message.
5951           And swapped the position of Subject: and To: entry.
5952
5953 2000-06-14
5954
5955         * src/procheader.c: modified so that it can handle headers that
5956           aren't separated by space.
5957         * src/socket.c: sock_connect(): added a wait after connection to
5958           prevent lockup (thanks to NINOMIYA).
5959
5960 2000-06-13
5961
5962         * src/inc.c:
5963           inc_mail()
5964           inc_all_account_mail(): fixed a bug that caused segmentation
5965           fault if no account exist.
5966         * src/mainwindow.[ch]: made receive button unclickable when
5967           no account exist.
5968         * src/compose.c: compose_queue(): fixed a bug that didn't mark
5969           queued message properly.
5970         * src/utils.[ch]: separated code conversion functions into
5971           src/codeconv.[ch].
5972
5973 2000-06-13
5974
5975         * version 0.3.16
5976
5977         * src/mimeview.c: mimeview_save_as()
5978           src/summaryview.c: summary_save_as(): made it ask whether to
5979           overwrite the existing file.
5980
5981 2000-06-12
5982
5983         * src/utils.c
5984           src/recv.c
5985           src/prefs.c
5986           src/prefs_common.c
5987           src/prefs_account.c
5988           src/addressbook.c
5989           src/compose.c
5990           src/mbox.c: fixed a bug that failed to check write error when
5991           disk was full and caused the loss of the file.
5992
5993 2000-06-11
5994
5995         * src/mainwindow.c: main_window_clean_trash(): made it move focus
5996           to folder view when finished.
5997         * src/utils.[ch]: added code conversion functions for display.
5998           And added strncpy2() that doesn't do zero fill and does
5999           null-termination, unlike original strncpy().
6000         * src/textview.c: modified so that it changes the code conversion
6001           function according to charset. And supported charset=SHIFT_JIS.
6002         * src/mainwindow.c
6003           src/prefs_common.h
6004           src/textview.c: made it possible to force character set of
6005           a message.
6006         * src/folderview.c: folderview_select_next_unread():
6007           made it search unread folder from begin if it isn't found.
6008
6009 2000-06-11
6010
6011         * version 0.3.15
6012
6013         * src/mainwindow.c: fixed a probrem again that main window was
6014           stretched to the width of the toolbar.
6015         * src/mbox.c
6016           src/utils.c: is_header_line(): modified so that it recognizes
6017           a header which doesn't have a space after colon (thanks to Hotta).
6018         * src/filter.c: added `#include <strings.h>'.
6019         * src/smtp.c: replaced snprintf() with g_snprintf().
6020         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
6021           included gettext.
6022         * included sylpheed.spec.
6023
6024 2000-06-10
6025
6026         * src/prefs_common.[ch]: enabled to set the pixels of line space
6027           and decide whether to leave space on head of lines.
6028         * src/summaryview.c: modified so that it clears message view
6029           when displayed message is removed from the summary view.
6030         * src/mimeview.c: fixed a bug that caused infinite loop if
6031           terminal boundary of multipart message was not found (thanks to
6032           Nishika).
6033         * src/folderview.c: folderview_scan_mailbox(): made it ignore
6034           dot directory.
6035         * src/main.c: made it show warning dialog and exit if the file with
6036           the same name already exists when creating directory.
6037
6038 2000-06-09
6039
6040         * src/textview.c
6041           src/prefs_common.[ch]: made it possible to leave space between
6042           and on head of lines.
6043
6044 2000-06-07
6045
6046         * src/compose.c
6047           src/procmime.[ch]: made it scan /etc/mime.types and determine
6048           the MIME type of the attached file.
6049         * src/summaryview.c: made it clear message view if the summary
6050           is unselected on the execution, and made it move focus to
6051           folder view if the folder becomes empty.
6052         * src/mainwindow.c: fixed a probrem that main window was stretched
6053           to the width of the toolbar.
6054         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
6055           if `Check new mail on startup' was set.
6056
6057 2000-06-06
6058
6059         * src/compose.c: fixed a probrem that had been unable to insert
6060           a file to the current cursor position.
6061
6062 2000-06-06
6063
6064         * version 0.3.14
6065
6066         * src/compose.[ch]: added `attach' button to the toolbar. And
6067           replaced the icon of `insert' to the new one.
6068
6069 2000-06-05
6070
6071         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
6072           a function main_window_set_toolbar_sensitive() that sets the
6073           sensitivity of the button of the toolbar.
6074         * src/compose.c: fixed a bug that output wrong header if
6075           a return code was included in the string of the text entry.
6076
6077 2000-06-04
6078
6079         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
6080           And added the same items in popup menu to the main menu.
6081         * src/utils.[ch]: added functions for DnD support.
6082         * src/compose.c: implemented file attachment and insertion with DnD
6083           (thanks to Hiramatu).
6084
6085 2000-06-04
6086
6087         * version 0.3.13
6088
6089         * src/summaryview.c: fixed a bug that passed null pointer to
6090           is_dir_exist().
6091
6092 2000-06-03
6093
6094         * src/alertpanel.[ch]: added functions alertpanel_message(),
6095           alertpanel_notice(), and alertpanel_error(), and cleaned up
6096           the code.
6097         * src/folderview.c
6098           src/compose.c
6099           src/addressbook.c
6100           src/summaryview.c
6101           src/summary_search.c
6102           src/prefs_account.c
6103           src/foldersel.c: made them use alertpanel_error(),
6104           alertpanel_warning() or alertpanel_notice() for error message
6105           dialog.
6106         * src/summaryview.[ch]: enable sorting in reversed order.
6107         * src/inc.c: made it show error message dialog when failed to
6108           connect or authorize.
6109         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
6110           perror() with it.
6111
6112 2000-06-03
6113
6114         * version 0.3.12
6115
6116         * src/compose.c: fixed a bug that didn't save a message to outbox
6117           when queued.
6118         * src/send.c: send_message_queue(): fixed a bug that included
6119           headers for queueing in the parsed data.
6120         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
6121           and update queue folder when finished.
6122
6123 2000-06-02
6124
6125         * version 0.3.11
6126
6127         * src/filter.c
6128           src/inc.c
6129           src/compose.c: suppressed the warning messages.
6130         * src/mainwindow.[ch]: added next unread message button and menu
6131           items.
6132         * src/summaryview.[ch]: added a function summary_select_next_unread()
6133           that selects and opens next unread message.
6134
6135 2000-06-01
6136
6137         * src/prefs_common.[ch]: added a setting to decide whether to open
6138           unread message on entering a folder.
6139         * src/summaryview.c: made it open the first unread message only if
6140           the preference is set.
6141         * src/compose.c: fixed a bug that freed the string obtained from
6142           GtkEntry.
6143
6144 2000-05-31
6145
6146         * src/compose.c: added `Send later' to the menu and the toolbar
6147           which queues the message to send it later.
6148
6149 2000-05-30
6150
6151         * src/mainwindow.c: added an interface to resend the queued message.
6152         * src/compose.c: made it show alert dialog when a message will be
6153           queued.
6154
6155 2000-05-29
6156
6157         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
6158           send_message_queue() for each queued messages.
6159
6160 2000-05-28
6161
6162         * src/inc.c: inc_drop_message(): modified so that it drops a message
6163           to the default inbox folder if destination folder doesn't exist.
6164         * src/compose.[ch]: added imput compatible queueing header to the
6165           queued message.
6166         * src/send.[ch]: added function send_message_queue() that send
6167           queued message.
6168
6169 2000-05-27
6170
6171         * configure.in
6172           acconfig.h: made it enabled to decide wheter to use multithread
6173           or not on configure.
6174         * src/summaryview.c: fixed a bug that made thread when executed
6175           despite of the setting (thanks to Hiroshima).
6176         * src/socket.[ch]: changed the return value of public
6177           sock_connect_*() function to the pointer to SockInfo object.
6178         * src/procmime.c: procmime_scan_mime_header():
6179           fixed a bug that returned NULL if the scanned part had no header
6180           (thanks to shigeri).
6181         * src/procmime.[ch]:
6182           added function procmime_scan_content_disposition() that parses
6183           Content-Disposition header field.
6184         * src/mimeview.c: made it uses filename value in Content-Disposition
6185           header.
6186         * src/pop.c
6187         * src/inc.c: modified so that password is prompted if the password
6188           on preferences is empty and previous POP3 session has failed on
6189           authorization.
6190
6191 2000-05-23
6192
6193         * src/socket.[ch]: added non-blocking IO mode socket and
6194           multithreaded connection support.
6195         * src/inc.c: supported multithread connection.
6196
6197 2000-05-22
6198
6199         * src/folderview.c: made the focus of SummaryView grabbed when
6200           a folder is selected only if the messages exist.
6201
6202 2000-05-20
6203
6204         * version 0.3.10
6205
6206         * po/ja.po: fixed a bug that head `/' of a menu label was missing
6207           and caused segmentation fault when opened Compose window.
6208
6209 2000-05-20
6210
6211         * version 0.3.9
6212
6213         * src/utils.c: get_domain_name(): modified so that it uses
6214           gethostname().
6215         * src/mimeview.c: added key binds for `Save as' and
6216           `Display as text'.
6217
6218 2000-05-19
6219
6220         * src/recv.c: fixed a bug that failed to return error value
6221           when fputs() failed and caused the loss of received mails when
6222           disk space was not left (thanks to Tajiri).
6223         * src/compose.c: supported Reply-To.
6224         * src/mimeview.c: improved key operation interface.
6225
6226 2000-05-18
6227
6228         * src/mimeview.[ch]
6229           src/procmime.[ch]
6230           src/textview.[ch]: supported nested multipart message and
6231           clean up the codes.
6232           Supported encapsulated RFC822 message.
6233
6234 2000-05-16
6235
6236         * src/compose.[ch]: made it free the alloc'd memory for attach
6237           information when the compose window is destroyed.
6238           Placed the attachment list and the text widget onto the paned
6239           widget.
6240           Enabled cut/copy/paste/select all on all of the editable widgets.
6241           Implemented removal of attached file and popup menu on attachment
6242           list.
6243         * src/prefs_common.[ch]: added signature separator setting.
6244         * src/alertpanel.[ch]: added a function alertpanel_warning().
6245
6246 2000-05-14
6247
6248         * src/prefs_common.[ch]
6249           src/textview.c: made open URI command customizable.
6250         * src/compose.[ch]: implemented multipart MIME message composition
6251           (attachment of file).
6252         * src/textview.c
6253           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
6254           engine again.
6255
6256 2000-05-13
6257
6258         * version 0.3.8
6259
6260         * src/summaryview.c: added key binds for composing message
6261           (w, a, A, f). Also added other key binds (y, D, Q).
6262         * src/compose.c: made Cc entry take over the Cc of the replied
6263           message.
6264         * src/pixmaps/new.xpm
6265           src/pixmaps/unread.xpm: replaced pixmap image.
6266         * src/procheader.c: procheader_date_get_localtime():
6267           changed the single figures of year from four to two.
6268
6269 2000-05-12
6270
6271         * src/inc.c: made it ask password if it is not specified on account
6272           preferences.
6273         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
6274           that preserves the temporary password.
6275         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
6276           that prompts input with the string hidden.
6277
6278 2000-05-11
6279
6280         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
6281           engine if message font wasn't specified.
6282
6283 2000-05-10
6284
6285         * version 0.3.7a
6286
6287         * src/summaryview.c: fixed a bug that stderr was forgotten on
6288           fprintf().
6289
6290 2000-05-10
6291
6292         * version 0.3.7
6293
6294         * src/pop.c: fixed a problem that if some POP3 commands returned
6295           error, the previous operations were all cancelled.
6296         * src/compose.c
6297           src/textview.c: made workaround to the slow down of GtkText widget
6298           when using Pixmap theme or its derivatives.
6299
6300 2000-05-08
6301
6302         * src/inc.c: fixed a bug that caused X IO error when exec'd
6303           nonexistent program.
6304
6305 2000-05-07
6306
6307         * src/folderview.[ch]: added the member `mtime' to the struct
6308           FolderInfo.
6309         * src/summaryview.c: made the mtime of the folder checked that is
6310           going to open.
6311         * src/procmsg.c: added filesystem unchecking mode.
6312
6313 2000-05-05
6314
6315         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
6316           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
6317
6318 2000-05-04
6319
6320         * src/summaryview.c: summary_write_cache(): permission fix of
6321           cache file.
6322
6323 2000-05-04
6324
6325         * version 0.3.6a
6326
6327         * src/headerview.c: added headerview_clear() method.
6328         * src/messageview.c: fixed a bug that didn't clear HeaderView
6329           on messageview_clear().
6330
6331 2000-05-04
6332
6333         * version 0.3.6
6334
6335         * src/messageview.c
6336           src/textview.c: added *_clear() method.
6337         * src/summaryview.c: made it clear MessageView when new folder
6338           is open.
6339
6340 2000-05-03
6341
6342         * src/inc.c: fixed a bug that went to the inbox that was specified
6343           by each account when incorporating from all accounts.
6344         * src/compose.c: made it confirm whether to discard the message or
6345           not when the window will be closed.
6346
6347 2000-05-03
6348
6349         * version 0.3.5
6350
6351         * src/pop.[ch]
6352           src/inc.[ch]: re-supported APOP authentication.
6353         * src/prefs_account.c: fixed a bug that had't saved protocol type.
6354         * src/socket.h
6355           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
6356           functions.
6357         * src/progressdialog.[ch]: changed the name of class from Progress
6358           to ProgressDialog.
6359
6360 2000-05-02
6361
6362         * src/summaryview.c: fixed a bug that caused segmentation fault
6363           a news folder was selected without using ja message catalog.
6364         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
6365         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
6366           INCLUDES.
6367
6368 2000-05-01
6369
6370         * src/automaton.[ch]
6371           src/inc.[ch]
6372           src/pop.[ch]: re-implemented POP3 fetching routines using
6373           finite-state automaton model (thanks to Hiramatu).
6374         * src/inc.c: fixed a bug that caused unwilled quitting of program
6375           when connection to mail server failed. And fixed a memory leak bug.
6376         * src/summaryview.c: made the focus move to FolderView when left
6377           cursor key is pressed.
6378
6379 2000-04-30
6380
6381         * src/textview.c: textview_write_line(): modified quotation
6382           discerning routine a bit.
6383
6384 2000-04-29
6385
6386         * version 0.3.4
6387
6388         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
6389           src/procmime.c.
6390         * src/mimeview.[ch]: implemented saving of multipart message. And
6391           supported MIME encoded file name.
6392         * src/summaryview.c: implemented `Save as'.
6393
6394 2000-04-28
6395
6396         * src/prefs_common.[ch]: implemented an interface for setting the
6397           display item of SummaryView.
6398         * src/addressbook.c
6399           src/account.c: made the column titles of those don't take key
6400           focus.
6401
6402 2000-04-26
6403
6404         * src/textview.c: implemented BASE64 decoding and display.
6405
6406 2000-04-25
6407
6408         * src/prefs_common.[ch]: added members which decide whether
6409           each item of SummaryView is displayed or not.
6410         * src/headerwindow.c
6411           src/logwindow.c: made those windows closed when escape key is
6412           pressed.
6413         * src/headerview.c: disused ScrolledWindow.
6414         * src/base64.c: from64tobits(): modified so that it recognize '\n'
6415           as the last of line as well as '\r'.
6416
6417 2000-04-24
6418
6419         * src/headerview.c: disabled word wrap and line wrap of the text
6420           widget.
6421
6422 2000-04-24
6423
6424         * version 0.3.3
6425
6426         * src/prefs_common.c: prefs_assort_create(): added some headers
6427           to the default headers for assortment.
6428
6429 2000-04-23
6430
6431         * src/procmsg.c: fixed a bug that caused segmentation fault if
6432           the permission of a message was denied on parsing the header
6433           (thanks to wakai@UEC univ.).
6434         * src/mimeview.c: made it pass key press event to SummaryView.
6435
6436 2000-04-21
6437
6438         * src/main.h
6439           src/alertpanel.c: modified font specifications so that they match
6440           to better fonts.
6441         * src/utils.[ch]: added wide-character functions for FreeBSD support.
6442           Added the existence check of <wchar.h>.
6443         * acconfig.h
6444           configure.in: added wint_t and libxpg4 check for FreeBSD support.
6445         * src/unmime.c: modified so that it checks the existence of
6446           <alloca.h>.
6447           Above three are a contribution from Sasaki. Thanks!
6448
6449 2000-04-18
6450
6451         * src/main.h: decreased default height of window.
6452
6453 2000-04-17
6454
6455         * src/procmime.c: fixed a bug that eliminated the parenthesis in
6456           attribute value that was double-quoted.
6457
6458 2000-04-15
6459
6460         * version 0.3.2
6461
6462         * src/mimeview: implemented multipart message parser and display.
6463         * src/procmime.c: procmime_scan_content_type():
6464           supported multiple elements.
6465         * src/textview.c: supported multipart message and clean up the code.
6466
6467 2000-04-14
6468
6469         * src/summaryview.c: added size column and sorting by size.
6470         * src/mainwindow.c: added `Sort by size' to sort menu.
6471         * src/procmime.c: fixed a bug that caused buffer overrun and
6472           segmentation fault.
6473         * src/procmime.c: generalized Content-Type parsing.
6474
6475 2000-04-13
6476
6477         * version 0.3.1
6478
6479         * src/textview.c: supported MIME headers and
6480           Content-Transfer-Encoding: quoted-printable.
6481
6482 2000-04-12
6483
6484         * src/messageview.[ch]
6485           src/textview.[ch]: separated MessageView into two classes.
6486         * src/procmime.[ch]: added for MIME message handling.
6487
6488 2000-04-11
6489
6490         * src/mimeview.[ch]: added for MIME message handling.
6491         * configure.in: added wctype.h and wchar.h existence check.
6492
6493 2000-04-10
6494
6495         * src/procmsg.[ch]
6496           src/procheader.[ch]: some code cleanups.
6497         * src/messageview.[ch]: integrated HeaderView.
6498
6499 2000-04-09
6500
6501         * version 0.3.0
6502
6503 2000-04-08
6504
6505         * src/addressbook.c: Made the tree sorted when folder/group is
6506           added or edited.
6507         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
6508           fault if the current tag was empty.
6509         * src/mainwindow.c: made the state of MainWindow saved.
6510
6511 2000-04-08
6512
6513         * version 0.3.0pre1
6514
6515         * src/addressbook.c: fully implemented address group editing.
6516           Fixed a bug that wrongly confirmed deletion of address when
6517           escape key was pressed on alert dialog.
6518
6519 2000-04-07
6520
6521         * src/addressbook.c: added menu bar. And enabled hierarchical
6522           folder.
6523         * src/prefs_account.c: modified so that it allows not to specify
6524           pop server.
6525         * src/inc.c: inc_account_mail(): modified so that if receiving
6526           server isn't specified, it does nothing.
6527
6528 2000-04-05
6529
6530         * version 0.2.9
6531
6532         * src/addressbook.c: almost fully implemented addressbook functions.
6533
6534 2000-04-04
6535
6536         * src/compose.c: fixed a bug that caused segmentation fault when
6537           `File->Insert file' was selected more than twice.
6538
6539 2000-04-03
6540
6541         * version 0.2.9pre4
6542
6543         * src/addressbook.[ch]: implemented creation of new folder and group,
6544           and deletion of folder and group. And fully implemented
6545           addressbook_delete_object() which deletes the specified object
6546           recursively.
6547
6548 2000-04-02
6549
6550         * src/addressbook.c: implemented registration of address and multiple
6551           appending to Compose address entry.
6552         * src/menu.[ch]: added a function menu_set_insensitive_all() that
6553           turn all menu items insensitive.
6554         * src/folderview.c: some code cleanup.
6555
6556 2000-04-01
6557
6558         * src/account.c
6559           src/prefs_common.c: fixed a bug on getting the number of CList
6560           rows.
6561
6562 2000-03-30
6563
6564         * version 0.2.9pre3
6565
6566         * src/folderview.c: fixed a bug that caused warnings when tree was
6567           expanded/collapsed on the first operation.
6568
6569 2000-03-29
6570
6571         * src/addressbook.c: addressbook_list_selected(): made it be able
6572           to handle multiple address.
6573         * src/compose.c: modified so that when Bcc: is toggled, corresponding
6574           AddressBook also toggle it.
6575         * src/mainwindow.c:
6576           main_window_create(): moved gtk_widget_set_uposition() before
6577           gtk_widget_show() so as not to cause window flickering.
6578           main_window_get_position(): replaced gdk_window_get_position()
6579           with gdk_window_get_root_origin() to acquire correct window
6580           position (Thanks to shigeri for these modifications).
6581
6582 2000-03-27
6583
6584         * src/filesel.c: made it selects home directory on the first time
6585           it is called.
6586
6587 2000-03-26
6588
6589         * src/utils.c: conv_mb_alnum(): modified so that it uses character
6590           conversion table.
6591         * src/foldersel.c: made the folder tree take focus when the dialog
6592           is shown.
6593
6594 2000-03-26
6595
6596         * version 0.2.9pre2
6597
6598         * src/addressbook.c: implemented addressbook_export_to_file() and
6599           related functions.
6600
6601 2000-03-25
6602
6603         * src/xml.[ch]
6604           src/addressbook.c: fixed the variable name for attribute.
6605         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
6606         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
6607           alphabet and numeric into single-byte one.
6608         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
6609           when conv_mb_alnum flag is on.
6610
6611 2000-03-25
6612
6613         * version 0.2.9pre1
6614
6615         * src/compose.c: modified so that when Addressbook is open by a
6616           Compose and it is closed, target of Addressbook is reset.
6617         * src/addressbook.c: made it work with Compose.
6618
6619 2000-03-24
6620
6621         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
6622           GTK+ and GLIB to 1.2.6.
6623         * src/xml.[ch]: more implementation of XML parser.
6624         * src/addressbook.c: implemented addressbook parsing and displaying
6625           routine.
6626
6627 2000-03-21
6628
6629         * src/folderview.c: folderview_scan_folder(): modified so that if
6630           a folder's message number is zero, set new, unread and total number
6631           to zero.
6632
6633 2000-03-20
6634
6635         * src/xml.[ch]: added for XML handling used by addressbook.
6636         * src/folderview.c: modified so that Trash folder is skipped
6637           when an unread folder is selected automatically by space key.
6638
6639 2000-03-18
6640
6641         * src/summaryview.c: fixed a bug that cursor was turned into watch
6642           forever when a newsgroup was selected.
6643
6644 2000-03-18
6645
6646         * version 0.2.8
6647
6648 2000-03-17
6649
6650         * src/mainwindow.[ch]: implemented counting on setting cursor
6651           type. And modified the menu of `thread view' and `unthread view'.
6652         * src/summaryview.c: enabled thread-toggling on opening folder.
6653         * src/prefs_common.[ch]: added a member `enable_thread' to determine
6654           whether summary view builds thread or not when a folder is open.
6655
6656 2000-03-15
6657
6658         * src/summaryview.c: modified popup sensitivity function a bit.
6659
6660 2000-03-13
6661
6662         * version 0.2.7
6663
6664         * src/addressbook.[ch]: more implementation of the interface of
6665           addressbook.
6666         * src/compose.c: connected to addressbook object.
6667         * src/folderview.[ch]: folderview_compare_path():
6668           modified so that absolute path is correctly compared.
6669           And added folderview_select_node().
6670           And modified folderview_scan_folder() so that it update the summary
6671           when asked.
6672         * src/import.c: made it update folder tree when imported mbox.
6673         * src/summaryview.c: modified according to the changes of
6674           folderview.c. And modified so that it display alert dialog if
6675           source folder is identical to destination.
6676           added summary_set_popup_sensitive() that set the sensitivity of
6677           popup menu according to the context. And made all of the items of
6678           popup menu insensitive when summary is cleared.
6679         * src/procmsg.c: procmsg_move_messages_with_dest():
6680           modified so that if source folder is identical to destination,
6681           abort its process.
6682         * src/summary_search.c
6683           src/manage_window.c: modified so as not to print warning to console
6684           when alert dialog appeared twice.
6685         * src/filesel.c: made file selection dialog transient.
6686
6687 2000-03-11
6688
6689         * src/manage_window.[ch]: added callback function
6690           manage_window_focus_out().
6691         * src/account.c
6692           src/inputdialog.c
6693           src/mainwindow.c
6694           src/prefs_account.c
6695           src/prefs_common.c
6696           src/summary_search.c: added focus_out_event signal handler.
6697         * src/addressbook.[ch]: added preliminary addressbook code.
6698
6699 2000-03-06
6700
6701         * src/utils.h: added a macro Xalloca() that does alloca() and
6702           handles the exception.
6703         * src/import.c: made the import dialog transient window and enabled
6704           cancelling by escape key.
6705
6706 2000-03-04
6707
6708         * version 0.2.6
6709
6710         * src/compose.c: fixed a bug that caused memory leak when compose
6711           window was closed.
6712
6713 2000-03-03
6714
6715         * src/nntp.h: increased NNTP message buffer size for XOVER strings
6716           which is too long.
6717
6718 2000-02-28
6719
6720         * src/summaryview.c: binded step-forward and step-backward to each
6721           Control-n and Control-p.
6722         * src/filter.c: filter_read_str(): fixed a memory leak bug and
6723           replaced g_malloc() for allocating the buffer with alloca().
6724         * src/procheader.c: procheader_get_fromname(),
6725                             procheader_date_get_localtime()
6726           src/utils.c: conv_euctojis()
6727           src/compose.c: compose_quote_parse_fmt()
6728           src/prefs.c: prefs_set_data_from_text()
6729                        prefs_set_text(): replaced g_malloc() with alloca().
6730
6731 2000-02-26
6732
6733         * version 0.2.5
6734
6735         * src/logwindow.c: improved log_window_append() so that it shows
6736           warning, error and normal message with different colors.
6737         * src/utils.[ch]: added functions log_message(), log_warning(), and
6738           log_error() that show normal message, warning, and error for each.
6739           And modified many warning messages to use these.
6740         * src/messageview.c: messageview_init(): made it set colors of
6741           quotation and URI to black when failed to allocate colors.
6742         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
6743           the buffer with alloca().
6744
6745 2000-02-25
6746
6747         * src/folderview.c: fixed a bug that didn't put previously selected
6748           folder name in text entry. In addition to that, made some
6749           modifications.
6750
6751 2000-02-24
6752
6753         * version 0.2.4
6754
6755         * src/logwindow.[ch]: added log window that displays protocol log.
6756         * src/about.c: adjusted the size of dialog.
6757         * src/folderview.c: made it select a folder when double-clicked.
6758
6759 2000-02-23
6760
6761         * src/prefs_common.[ch]: added an item `translate_header' that
6762           decides whether header name like `From:' or `Subject:' is
6763           translated or not.
6764         * src/compose.c: made it show alert dialog when receiptor isn't
6765           entered.
6766         * src/inc.c: some code cleanups.
6767
6768 2000-02-22
6769
6770         * version 0.2.3
6771
6772         * src/compose.c: made header entries move those focus to next
6773           entry or text widget when activated. And sorted out the menu items.
6774         * src/mainwindow.[ch]
6775           src/prefs_common.[ch]
6776           src/main.c: made it save the sizes of widgets and the position of
6777           window when quitting.
6778         * src/prefs_common.c: set a14, k14 fontset as default message font.
6779         * src/about.c: changed the appearance of about dialog using text
6780           widget and so on.
6781         * src/recv.c: modified recv_write() so that it converts an escaped
6782           From_ line.
6783
6784 2000-02-20
6785
6786         * version 0.2.2
6787
6788         * src/compose.[ch]: supported Bcc.
6789
6790 2000-02-19
6791
6792         * version 0.2.1
6793
6794         * src/utils.[ch]: added function to_number() that examines string
6795           and if that is a number string, return its value.
6796         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
6797           character was included in file name.
6798
6799 2000-02-18
6800
6801         * version 0.2.0
6802
6803         * src/folderview.c: fixed a bug that caused segmentation fault
6804           when opened folder node was deleted (thanks to Hiramatu).
6805           And implemented folderview_rm_server_cb() which removes news server.
6806         * src/mbox.c: modified a warning message.
6807
6808 2000-02-13
6809
6810         * version 0.2.0alpha-pre8
6811
6812         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
6813           folder to prevent the probrem when current folder is updated.
6814         * src/summaryview.c: summary_execute(): made it write to summary
6815           cache when executed.
6816
6817 2000-02-12
6818
6819         * version 0.2.0alpha-pre7
6820
6821         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
6822           trailing directory separator.
6823         * src/folderview.[ch]
6824           src/summaryview.[ch]: modified so that folder tree is updated
6825           when messages are moved or deleted.
6826         * src/inc.c: some code cleanup.
6827
6828 2000-02-11
6829
6830         * version 0.2.0alpha-pre6
6831
6832         * src/utils.[ch]: added get_domain_name() that return domain
6833           name as a static string.
6834         * src/compose.c: compose_generate_msgid(): modified so that even
6835           if current address doesn't contain '@', it generates a decent
6836           message ID.
6837         * src/send.c: some code cleanup.
6838
6839 2000-02-10
6840
6841         * src/folderview.c: modified the behavior of folder tree when
6842           the folder is right-clicked.
6843         * src/compose.c: compose_encode_header(): added irresponsible
6844           buffer overrun check.
6845
6846 2000-02-09
6847
6848         * version 0.2.0alpha-pre5
6849
6850         * updated gettext and libtool.
6851         * configure.in: modified localedir definition so that message
6852           catalogs are installed into correct directories.
6853         * src/folderview.c
6854           src/mainwindow.c: modified them so that a folder can be reopen
6855           even if it is currently open.
6856         * src/prefs_common.[ch]
6857           src/messageview.c: added an option that toggle the coloration of
6858           message.
6859
6860 2000-02-08
6861
6862         * version 0.2.0alpha-pre4
6863
6864         * src/mainwindow.c
6865           src/messageview.c: fixed a bug that broke memory on allocating
6866           colors.
6867
6868 2000-02-07
6869
6870         * src/folderview.c: some bug fixes on selecting folder.
6871
6872 2000-02-07
6873
6874         * version 0.2.0alpha-pre3
6875
6876         * src/folderview.c
6877         * src/summaryview.[ch]: some code cleanups.
6878         * src/messageview.c: fixed a color allocating bug (maybe).
6879
6880 2000-02-06
6881
6882         * version 0.2.0alpha-pre2
6883
6884         * src/folderview.[ch]: made folder view not open selected folder
6885           unless return or space key is pressed, or clicked by mouse
6886           button 1 or 2.
6887         * src/inc.c: some code cleanups.
6888         * TODO.jp: added some items.
6889
6890 2000-02-05
6891
6892         * version 0.2.0alpha-pre1
6893
6894         * src/summaryview.[ch]: fixed a bug that broke summary thread
6895           when deleted duplicated messages (thanks to BONAIM).
6896           And some code cleanup.
6897         * src/procmsg.[ch]: renamed procmsg_move_messages() to
6898           procmsg_move_messages_with_dest(), and replaced former with
6899           new function which doesn't specify destination.
6900         * src/prefs_common.c
6901           src/gtkutils.c: some memory leak fixes of linked lists.
6902         * src/utils.[ch]: added list_remove_all() to remove all elements
6903           of doubly-linked list.
6904         * src/inc.[ch]: added inc_all_account_mail() that incorporates
6905           new messages of all accounts.
6906         * src/account.[ch]: added account_foreach() to process each accounts.
6907         * added TODO.jp
6908
6909 2000-02-04
6910
6911         * version 0.1.23alpha
6912
6913         * src/inc.c: made the folder tree update the message number
6914           when incorporated new messages.
6915         * src/folderview.[ch]: added a function folderview_scan_folder()
6916           to scan one folder on the view, which is specified by folder name.
6917
6918 2000-02-02
6919
6920         * version 0.1.22alpha
6921
6922         * src/prefs_account.[ch]: added the setting of assorting on
6923           receiving.
6924         * src/inc.c: supported assorting on receiving.
6925         * src/procmsg.c: cleaned up the code.
6926         * src/news.c: fixed a bug that locked up when failed to get xover.
6927         * src/compose.c: made a message unmark that is put into specific
6928           folders.
6929
6930 2000-02-01
6931
6932         * version 0.1.21alpha
6933
6934         * src/folderview.c
6935           src/summaryview.c: implemented the function 'go to next folder
6936           when no unread message found.'
6937         * src/summaryview.c: made connection state displayed on the
6938           status bar when connecting to a news server.
6939         * src/compose.c: changed X-Mailer: header field string a bit.
6940         * src/prefs_common.c: implemented residual functions of assortment.
6941
6942 2000-01-31
6943
6944         * version 0.1.20alpha
6945
6946         * src/prefs_common.c: implemented reading/writing/register/deletion
6947           of assortment setting.
6948         * src/mainwindow.c: slightly modified the appearance of statusbar.
6949         * src/account.c: account_delete(): fixed a bug that didn't assigned
6950           the pointer to GList when an account was deleted.
6951
6952 2000-01-29
6953
6954         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
6955           to read mark file (thanks to BONAIM).
6956         * src/prefs_common.c: added the interface of assortment setting.
6957
6958 2000-01-28
6959
6960         * src/summaryview.c: fixed a bug that didn't redraw marking properly
6961           when displaying an unread message with left-click (thanks to
6962           shigeri).
6963
6964 2000-01-27
6965
6966         * src/summaryview.[ch]: added functions for assortment.
6967         * src/about.c: added a button to close window.
6968
6969 2000-01-26
6970
6971         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
6972         * src/compose.c: fixed a bug that can't reply to a news article.
6973         * src/filter.[ch]: added for message filtering.
6974         * src/procheader.[ch]: added procheader_get_unfolded_line()
6975           to process filtering. And added procheader_get_header_list()
6976           that reads headers of a message and store them on the memory,
6977           and procheader_header_list_destroy() that removes all headers
6978           read by procheader_get_header_list().
6979
6980 2000-01-25
6981
6982         * version 0.1.19alpha
6983
6984         * src/news.c: modified so that it retrieves only overview information
6985           that is not yet cached.
6986         * src/procmsg.[ch]: modified for news handling.
6987
6988 2000-01-24
6989
6990         * src/news.c: supported xover.
6991         * src/mbox.c: fixed a bug that didn't handle empty line correctly
6992           (Thanks to shigeri).
6993
6994 2000-01-23
6995
6996         * version 0.1.18alpha
6997
6998         * src/procmsg.[ch]: modified some functions so that they can
6999           handle news folder.
7000         * src/news.c: added header cache routine.
7001         * src/procheader.c: fixed a bug that caused memory leak when some
7002           header was duplicated.
7003           And added Newsgroups: in parsing headers.
7004         * src/summaryview.c: added news article cache routine.
7005         * src/compose.c: made it be able to reply/forward news article.
7006
7007 2000-01-22
7008
7009         * src/compose.c: fixed a bug that failed to parse To: header
7010           if a comma is included in double quotation (Thanks to shigeri).
7011         * src/mbox.c: modified the code for processing mbox so that it
7012           can handle unescaped From_ line correctly.
7013
7014 2000-01-21
7015
7016         * version 0.1.17alpha
7017
7018         * src/foldersel.c: fixed a bug that didn't display folder tree.
7019           And added the register routine for news server and group setting.
7020
7021 2000-01-20
7022
7023         * version 0.1.16alpha
7024
7025         * src/statusbar.[ch]: added statusbar_puts_all().
7026           statusbar_puts(): made it truncate a string that is too long.
7027         * src/folderview.[ch]: changed CTree's row data from string
7028           to FolderInfo structure.
7029           And implemented popup menu that registers news server and group.
7030         * src/messageview.c: modified short header display routine.
7031
7032 2000-01-19
7033
7034         * added src/news.[ch] for NetNews session management.
7035         * src/summaryview.[ch]: added NetNews reading codes.
7036
7037 2000-01-18
7038
7039         * src/mainwindow.c
7040           src/prefs_common.[ch]: made them preserve toolbar style.
7041         * src/main.c: made it save configuration before exiting.
7042         * src/summaryview.c: modified summary status display routine.
7043         * added src/nntp.[ch] for handling low level NNTP session.
7044
7045 2000-01-17
7046
7047         * added src/progress.[ch] for displaying progress.
7048         * src/inc.c: modified progress dialog routines to use
7049           src/progress.[ch].
7050         * src/folderview.[ch]: added preliminary NetNews supporting code.
7051
7052 2000-01-16
7053
7054         * version 0.1.15alpha
7055
7056         * src/main.c
7057           src/folderview.c: some permission fixes.
7058         * src/folderview.c: implemented folder creation/renaming/removing.
7059         * src/utils.[ch]: added remove_dir_recursive() that removes
7060           a directory recursively.
7061
7062 2000-01-15
7063
7064         * src/mainwindow.[ch]: added toolbar style selection.
7065         * added src/inputdialog.[ch] to prompt user to enter a string.
7066         * src/summaryview.[ch]: modified the behavior of view on
7067           normal mode.
7068         * src/mbox.c: fixed a bug that couldn't lock file when
7069           lockf() was used (Thanks to shigeri).
7070
7071 2000-01-14
7072
7073         * version 0.1.14alpha
7074
7075         * src/mainwindow.[ch]: changed the appearance of toolbar.
7076           And fixed window handling.
7077         * src/summaryview.c: modified the messages displayed on status bar.
7078         * src/compose.[ch]: added toolbar.
7079         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
7080
7081 2000-01-13
7082
7083         * version 0.1.13alpha
7084
7085         * src/summaryview.c: fixed a bug of threading. And some code
7086           cleanups. And rewrote the routine of deleting duplicated messages
7087           using hash table.
7088         * src/mainwindow.[ch]: added toolbar.
7089
7090 2000-01-12
7091
7092         * version 0.1.12alpha
7093
7094         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
7095           instead.
7096         * src/summaryview.c: changed CTree creating routine as it creates
7097           thread on the fly for speeding up.
7098         * src/procmsg.c: rewrote message processing routines using hash
7099           table for speeding up. It should be considerably faster than
7100           before.
7101
7102 2000-01-11
7103
7104         * version 0.1.11alpha
7105
7106         * po/ja.po: modified msgstr for Solaris standard gettext.
7107         * src/main.c: added config.h inclusion.
7108         * src/compose.c: changed to add replied message's In-Reply-To
7109           message id to References header if it don't have References header.
7110         * src/summaryview.c: changed threading routine to use hash table
7111           for speeding up.
7112
7113 2000-01-11
7114
7115         * version 0.1.10alpha
7116
7117         * po/ja.po: modified msgstr so as not to core dump on Solaris.
7118         * src/main.c: added inclusion of locale.h.
7119           (Thanks to Sato for above.)
7120         * src/mbox.c
7121         * src/socket.c: applied Solaris patch by shigeri with some
7122           modification. (Thanks!)
7123
7124 2000-01-10
7125
7126         * version 0.1.9alpha
7127
7128         * src/compose.c: compose_encode_header(): fixed some bugs.
7129           And modified header generating routines to support proper
7130           References header, and supported Organization header.
7131         * src/procmsg.[ch]
7132           src/procheader.c: removed Cc: and Reply-To: from cache data.
7133         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
7134         * src/summaryview.[ch]: summary_thread_func(): some optimization.
7135           And added summary_pass_key_press_event() to pass key press event
7136           from other widgets.
7137         * src/messageview.c: messageview_key_pressed(): modified so that
7138           key event is passed to summary view even if message view is
7139           separated. (Thanks to wakai@UEC univ. for pointing this out.)
7140
7141 2000-01-09
7142
7143         * version 0.1.8alpha
7144
7145         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
7146           header MIME encoding.
7147         * src/procheader.c: some bug fixes of folded header line processing.
7148         * src/headerview.c: headerview_show(): some bug fixes.
7149
7150 2000-01-07
7151
7152         * version 0.1.7alpha
7153
7154         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
7155           kanji-out sequence [ \033 ( B ] when input string was ended
7156           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
7157         * src/compose.c: compose_encode_header(): changed as it outputs
7158           encoded string to another buffer.
7159           And implemented a faculty to save sent message to outbox and
7160           to queue message that failed to send (preliminary).
7161           And, finally implemented proper To: and Cc: processing :)
7162         * src/folderview.c: added preliminary right-clicking popup menu
7163           for operating folders.
7164         * some permission fixes at creating or copying file.
7165
7166 2000-01-07
7167
7168         * version 0.1.6alpha
7169
7170         * src/procheader.c: fixed a bug that didn't null-terminate
7171           header list and caused segmentation fault.
7172
7173 2000-01-06
7174
7175         * version 0.1.5alpha
7176
7177         * src/procheader.[ch]: added function procheader_get_one_field()
7178           that gets one header field that matches the header list.
7179           And removed procheader_get_unfolded_line(), which is less generic.
7180           And rewrote procheader_get_header_fields() using
7181           procheader_get_one_field().
7182         * src/summaryview.c: some bug fixes of key input scan routine.
7183         * README, README.jp: modified documents a bit.
7184
7185 2000-01-05
7186
7187         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
7188           had a submenu, set sensitivity of the submenu, not the item.
7189
7190 2000-01-05
7191
7192         * version 0.1.4alpha
7193
7194         * src/summaryview.c: fixed a bug that caused segmentation fault
7195           when empty summary view was center-clicked.
7196           And fixed a bug that freed moving folder strings when marked
7197           as unread.
7198           If current folder is trash, don't delete message.
7199         * src/summaryview.[ch]
7200         * src/mainwindow.c
7201         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
7202
7203 2000-01-04
7204
7205         * src/procheader.[ch]: more optimization of header processing
7206           routine. And added a new function procheader_get_header_fields()
7207           that receives an array of header name as a parameter and
7208           set header bodies.
7209         * src/utils.[ch]: added remove_return() for removing return code.
7210         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
7211
7212 2000-01-03
7213
7214         * src/compose.c: if message body is ascii only, set US-ASCII as
7215           charset in Content-Type.
7216         * src/main.[ch]
7217         * src/prefs.c
7218         * src/prefs_common.c
7219         * src/prefs_account.c
7220         * src/account.c: changed the location of rc files.
7221         * src/account.c: enabled closing window when escape key is pressed.
7222
7223 2000-01-02
7224
7225         * version 0.1.3alpha
7226
7227         * src/compose.c: fixed a bug that caused segmentation fault
7228           when sending failed.
7229           And relocated header-generation routines from src/send.c.
7230         * src/send.c: moved header-generation routines to src/compose.c.
7231         * src/prefs.c: added '~' to home directory expansion.
7232         * src/prefs_account.[ch]: added signature file path configuration.
7233         * src/prefs_common.[ch]: added spool path configuration.
7234         * src/inc.c: changed the method of user name acquisition to use
7235           g_get_user_name().
7236
7237 2000-01-01
7238
7239         * version 0.1.2alpha
7240
7241         * added ChangeLog (this file), ChangeLog.jp.
7242         * some code cleanups.
7243         * added manage_window.[ch] for transient window management.
7244         * src/procheader.c: optimized header processing routine a bit.
7245         * src/send.c: fixed exception handling on connection.
7246         * src/inc.c: added exception handling on getting user name.
7247
7248 2000-01-01
7249
7250         * version 0.1.1alpha
7251
7252         * src/send.c: fixed a bug that didn't add Content-Type: header.
7253
7254 2000-01-01
7255
7256         * version 0.1.0alpha
7257
7258         * initial release.