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