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