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