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