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