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