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