sync with sylpheed 0.6.5cvs18
[claws.git] / ChangeLog
1 2001-11-27
2
3         * src/textview.c: textview_show_part(): use first found
4           message/rfc822 header.
5         * src/folderview.c: added "Search messages..." to the context menu.
6
7 2001-11-26
8
9         * src/compose.c: compose_wrap_line_all(): more merging from claws.
10           GET_CHAR(): renamed GET_TEXT() and made it more generic.
11           Modified compose_wrap_line() and compose_wrap_line_all() to use
12           GET_CHAR().
13         * src/textview.c: textview_show_part(): show the header of nested
14           RFC822 attachment correctly.
15
16 2001-11-25
17
18         * src/folder.[ch]
19           src/main.c: added --status option to get new, unread and total
20           message count from a running Sylpheed (merged from claws).
21           prohibit_duplicate_launch(): output '\n' only once.
22
23 2001-11-23
24
25         * src/compose.c
26           src/gtkutils.[ch]: merged the new wrapping function.
27           gtkut_text_str_compare_n()
28           gtkut_text_str_compare()
29           gtkut_text_is_uri_string(): backport from the GtkSText in the
30           claws branch, and made modification.
31         * src/prefs_template.c
32           src/template.[ch]: added Subject to the template.
33
34 2001-11-22
35
36         * src/compose.c: compose_write_headers(): added missing parenthesis
37           that generated invalid custom header (thanks to Masaaki Noro).
38           Allow Sender: custom header.
39
40 2001-11-20
41
42         * src/procheader.c: procheader_date_parse(): workaround for
43           RFC-incompliant Date header.
44
45 2001-11-20
46
47         * src/addrbook.c: removed redundant functions, and fixed generation
48           of spurious address book file names.
49         * src/addrindex.c: V-Card -> vCard.
50
51 2001-11-19
52
53         * src/textview.c: get_email_part(): replaced isalnum() with
54           the macro IS_ASCII_ALNUM() which restricts the range of
55           characters to 7bit ASCII (thanks to Shimamoto).
56         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
57           timezone offset.
58
59 2001-11-18
60
61         * src/textview.c: textview_show_part(): show headers on nested
62           muitipart text.
63
64 2001-11-17
65
66         * src/imap.c: imap_session_get()
67           src/news.c: news_session_get(): fixed segfault when reconnection
68           failed.
69         * src/grouplistdialog.c: removed redundant code, and expand nodes
70           that doesn't match the pattern.
71
72 2001-11-16
73
74         * src/compose.c: modified so that it sends message when any of
75           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
76           compose_check_for_valid_recipient(): new.
77         * src/grouplistdialog.c: improved the UI.
78           Added appropriate description and search button.
79           Search doesn't get group list again.
80
81 2001-11-15
82
83         * src/news.[ch]: news_session_get(): update the last access time
84           correctly.
85           news_group_list_free(): new.
86         * src/grouplistdialog.c: free resources correctly.
87
88 2001-11-15
89
90         * src/folderview.c
91           src/grouplistdialog.[ch]: more merging of new newsgroup
92           subscription dialog.
93         * src/news.[ch]: renamed news_remove_group_list() to
94           news_remove_group_list_cache().
95
96 2001-11-14
97
98         * src/defs.h: added MAX_ENTRY_LENGTH definition.
99         * src/compose.c: compose_add_entry_field(): create new entry with
100           max length.
101
102 2001-11-13
103
104         * src/grouplistdialog.c: made non-leaf node selectable.
105           Give the complete newsgroup name for each nodes.
106
107 2001-11-13
108
109         * src/grouplistdialog.c
110           src/news.[ch]: merging of new newsgroup subscription dialog
111           (still in progress. Don't use it yet!).
112
113 2001-11-12
114
115         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
116         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
117           URL.
118           compose_entries_set(): new. It parses mailto URL and put each
119           values into the entries.
120
121 2001-11-12
122
123         * src/compose.c: compose_forward(): fixed a bug that forward
124           quote mark wasn't used (thanks to Hironori IWANE).
125         * src/codeconv.[ch]
126           src/mainwindow.c
127           src/prefs_common.c: added Thai encodings (thanks to Manrat
128           Chobchuen).
129
130 2001-11-08
131
132         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
133         * src/session.h
134           src/defs.h
135           src/imap.[ch]
136           src/news.c: added last_access_time to Session.
137           imap_session_get(): check connection only when access interval
138           has been exceeded.
139
140 2001-11-07
141
142         * version 0.6.5
143
144 2001-11-07
145
146         * src/socket.c: ssl_gets(): use SSL_peek.
147         * updated NEWS and AUTHORS.
148         * Makefile.am: fixed release target.
149
150 2001-11-06
151
152         * src/template.c: changed the format of template file to
153           RFC2822-like.
154         * src/compose.c: compose_template_apply(): freeze the text widget
155           while inserting strings.
156
157 2001-11-05
158
159         * po/POTFILES.in: removed src/template_select.c.
160         * src/summaryview.c: summary_set_header()
161           src/address.c: address_parse_str()
162           src/filter.c: filter_read_str()
163           src/news.c: news_parse_xover()
164           src/procheader.c: procheader_get_fromname()
165           src/utils.c: subject_compare():
166           replaced Xalloca() + strcpy() with Xstrdup_a().
167         * src/inputdialog.[ch]: added combo mode.
168           input_dialog_combo(): new.
169         * src/prefs_common.[ch]: added MIME open command setting.
170           prefs_common_{read, save}_config(): read / write command history.
171         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
172         * src/utils.[ch]: add_history(): history list management function.
173
174 2001-11-04
175
176         * src/compose.c: select templates from the menu.
177           compose_set_template_menu(): new.
178           compose_reflect_prefs_all(): new.
179           compose_template_apply(): new. Use dummy MsgInfo for parsing.
180         * src/template.[ch]: store template list to the static heap.
181           template_get_config(): new.
182           template_set_config(): new.
183         * src/prefs_template.c: don't store template list to the global area.
184         * src/template_select.[ch]: removed.
185         * src/quote_fmt_parse.y: check folderitem when quoting messages.
186         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
187           (thanks to OSHIRO Naoki).
188
189 2001-11-03
190
191         * src/utils.[ch]: get_template_dir(): new.
192         * src/template.c: use get_template_dir().
193
194 2001-11-02
195
196         * src/prefs_template.c: modified the dialog layout.
197           Added symbol description button.
198         * src/summaryview.c: show an arrow mark to the column of the sort
199           target.
200           summary_set_column_titles(): new.
201         * INSTALL
202           INSTALL.jp
203           README
204           README.jp
205           TODO
206           TODO.jp: updated the documents.
207
208 2001-11-02
209
210         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
211         * src/textview.c: textview_key_pressed()
212           src/mimeview.c: mimeview_key_pressed()
213           src/summaryview.c: summary_key_pressed(): delete messages with
214           Delete key.
215
216 2001-11-01
217
218         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
219           when SSL_read() returned 0.
220         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
221           of strings.
222         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
223           Add prototype of yylex() to suppress the warning.
224         * merged the template function.
225         * src/prefs_template.[ch]
226           src/template.[ch]
227           src/template_select.[ch]: new.
228           Renamed prefs_templates_* -> prefs_template_*.
229         * src/compose.c: added template menu. Added replyinfo to Compose.
230         * src/mainwindow.c: added template setting menu.
231         * src/quote_fmt_lex.l: output literal tab and return as is.
232         * src/prefs_common.c: changed the pref. name of quote format to
233           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
234
235 2001-10-31
236
237         * src/prefs_common.[ch]: added Quote tab, and moved the quote
238           setting from Compose tab.
239         * merged the new quote format parser.
240         * src/quote_fmt_lex.h
241           src/quote_fmt.h
242           src/quote_fmt_lex.l
243           src/quote_fmt_parse.y: new files for quote format parser.
244         * configure.in: added checks for lex and yacc.
245         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
246           removed.
247           compose_quote_fmt(): new.
248         * src/prefs_common.[ch]: added forward format setting to the
249           Quote tab. Updated the quote description dialog.
250         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
251           if they couldn't get text part.
252
253 2001-10-31
254
255         * src/pixmaps/checkbox_off.xpm
256           src/pixmaps/checkbox_on.xpm: new.
257         * src/account.c: display `get all' status with the checkbox pixmaps.
258
259 2001-10-30
260
261         * src/send.c: code cleanup. Pass account prefs structure instead
262           of many arguments.
263           Query password for SMTP AUTH if not specified (thanks to Mio).
264
265 2001-10-30
266
267         * src/procheader.c: procheader_parse(): fixed a bug that didn't
268           parse multiple message-id in In-Reply-To: header correctly
269           (thanks to KAJIWARA).
270
271 2001-10-29
272
273         * src/account.c: enabled 'Get all' setting by clicking the 'G'
274           column of account list, and added some description.
275         * src/prefs_common.c: prefs_send_create(): added a description
276           for outgoing codeset.
277
278 2001-10-28
279
280         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
281           and added select button and short description.
282         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
283         * src/procmime.c:
284           procmime_get_mime_type_table()
285           procmime_get_mime_type_list(): modified so that
286           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
287           $(HOME)/.sylpheed/mime.types are read.
288
289 2001-10-27
290
291         * src/prefs_account.c: moved the address auto-setting to the compose
292           tab.
293           prefs_account_create(): removed gtk_widget_show_all() for proper
294           window size.
295         * src/prefs_common.c: changed "Program path" to "Command".
296
297 2001-10-26
298
299         * src/textview.c: textview_set_font(): support Russian charset
300           on EUC-JP locale.
301         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
302           bug on deleting.
303         * prefs_account.c
304           prefs_common.c
305           prefs_summary_column.c: minor improvements to the English.
306         * src/main.c: get_queued_message_num(): don't output the warning
307           when queueing folder is not found.
308
309 2001-10-21
310
311         * version 0.6.4
312
313 2001-10-21
314
315         * src/prefs_summary_column.[ch]:
316           made prefs_summary_column_get_config() public.
317         * src/summaryview.c: summary_ctree_create(): some code cleanup.
318         * configure.in: moved the position of SSL checking after LDAP
319           for linking problem.
320
321 2001-10-21
322
323         * src/mainwindow.c
324           src/summaryview.c: allowed reedit in the outbox.
325         * src/prefs_summary_column.[ch]: new. UI for setting summary
326           columns.
327         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
328           It calls summary_set_column_order().
329         * src/summaryview.[ch]:
330           summary_ctree_create(): new. separated from summary_create().
331           summary_set_column_order(): new. It destroys the current
332           CTree and replaces it with the new one.
333
334 2001-10-19
335
336         * src/smtp.[ch]: smtp_from(): abort if auth failed.
337         * changed C++-style comments into C-style in some files, and
338           removed unnecessary commented out codes.
339         * src/addrcache.[ch]
340           src/addressbook.c
341           src/addrindex.[ch]
342           src/jpilot.[ch]
343           src/syldap.[ch]: updated the addressbook code, and fixed the
344           thread bug of LDAP.
345         * src/ldif.[ch]
346           src/importldif.[ch]: new.
347
348 2001-10-18
349
350         * src/about.c: added some items to compiled-in features.
351         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
352         * src/addressbook.c: changed "V-Card" to "vCard".
353           addressbook_edit_address_cb(): added
354           invalidate_address_completion() to the point address is changed.
355         * src/codeconv.c: changed C++-style comments into C-style.
356
357 2001-10-17
358
359         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
360
361 2001-10-16
362
363         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
364           was clicked twice.
365
366 2001-10-16
367
368         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
369           threads.
370         * src/summaryview.c:
371           summary_thread_init(): separated from summary_thread_build(). 
372           summary_thread_build(): removed the codes for initialization.
373           summary_set_ctree_from_list(): call summary_thread_init() instead
374           of summary_thread_build().
375           summary_filter(): fixed a bug that didn't moved messages despite
376           of immediate execution setting.
377
378 2001-10-14
379
380         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
381           reversed thread tree from message list.
382         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
383           node to the head instead of appending to the tail. This prevents
384           the traverse of node list inside of the GtkCTree, and considerably
385           speeds up the summary display (the order is O(n^2) -> O(n)).
386
387 2001-10-12
388
389         * src/prefs_common.c
390           src/summaryview.[ch]: initial modification for reorderable columns.
391
392 2001-10-12
393
394         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
395           memory leak.
396         * src/folderview.c: folderview_button_pressed(): code cleanup, and
397           turn sensitivity off if main window is locked.
398         * src/syldap.c: syldap_read_data(): removed unnecessary and
399           unportable sched_yield().
400
401 2001-10-11
402
403         * src/folderview.c: renamed "Update folder tree" context menu to
404           "Rescan folder tree", and made "Update folder tree" only updates
405           folder status.
406           folderview_update_all_node(): don't show message dialog.
407         * src/gtkutils.c: gtkut_widget_get_uposition()
408           src/mainwindow.c: main_window_popup(): clip the coordinate to
409           nonnegative value.
410
411 2001-10-10
412
413         * src/utils.c: to_human_readable(): made a bit of optimization.
414         * src/summaryview.c: summary_delete(): fixed a focus problem.
415           summary_find_{prev,next}_msg(): new. They find previous/next
416           message that is not deleted.
417         * src/prefs_filter.c: scroll CList automatically if moved row
418           becomes not fully visible.
419
420 2001-10-09
421
422         * updated some autotool scripts.
423         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
424           infinite loop when failed to convert encoding.
425         * src/codeconv.[ch]: a fix for older version of libjconv
426           (jconv_info_get_current_codeset() returned "EUCJP" instead of
427           "EUC-JP").
428
429 2001-10-08
430
431         * version 0.6.3
432
433 2001-10-08
434
435         * src/compose.c: compose_write_to_file()
436           src/codeconv.c: conv_codeset_strdup(): more workaround for
437           libjconv problem on C locale.
438         * src/editldap_basedn.c: fixed segfault when opening dialog.
439         * src/utils.c: is_next_mbs()
440           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
441           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
442         * configure.in: increased the reqired version of GPGME to 0.2.3.
443         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
444           the receive dialog when POP3 server refused normal authentication.
445
446 2001-10-07
447
448         * src/prefs_common.c: prefs_receive_create(): correction to English.
449         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
450           that didn't set the menu sensitivity correctly (thanks to
451           Melvin Hadasht).
452         * src/summaryview.c: delete messages permanently if the current
453           folder is trash and 'delete' operation is executed.
454           Fixed the bug that didn't select the last row correctly (thanks
455           to Alfons Hoogervorst).
456         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
457           all messages given in the list.
458
459 2001-10-05
460
461         * src/summaryview.c: summary_show(): fixed a bug that didn't show
462           message even if the 'open unread message on entering folder'
463           option was turned on.
464
465 2001-10-03
466
467         * src/procmime.c: procmime_get_text_content(): supported HTML.
468
469 2001-10-02
470
471         * src/summaryview.[ch]: implemented new locking mechanism, and
472           replaced every static locks with summary_lock(), summary_unlock(),
473           and added locks to some extra functions.
474           This fixes a bug that caused segfault when 'd' (delete) key
475           was kept pressing.
476
477 2001-10-01
478
479         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
480           that caused segfault (thanks to Stefaan A Eeckels).
481
482 2001-09-30
483
484         * src/textview.[ch]: added textview_set_position().
485         * src/messageview.[ch]: added messageview_set_position().
486         * src/addrbook.c
487           src/addrcache.c
488           src/addressadd.c
489           src/addressbook.c
490           src/addrindex.c
491           src/addritem.c
492           src/editaddress.c
493           src/editbook.c
494           src/editgroup.c
495           src/editjpilot.c
496           src/editldap.c
497           src/editldap_basedn.c
498           src/editvcard.c
499           src/jpilot.c
500           src/mgutils.c
501           src/syldap.c
502           src/vcard.c: converted C++-style comments into C-style one.
503         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
504           new buffer and quote with double quotes if required.
505           imap_status(), imap_cmd_login(), imap_cmd_list(),
506           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
507           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
508         * compose.c: compose_write_to_file(): workaround for the problem
509           when using libjconv and 8bit codes cannot be converted on C
510           locale.
511         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
512           conv_codeset_strdup(): don't convert if source and destination
513           codeset are identical.
514
515 2001-09-30
516
517         * src/textview.[ch]: textview_search_string_backward(): new.
518           Add the new member cur_pos to TextView.
519           Connect button_press_event with gtk_signal_connect_after() to
520           obtain the correct editable position.
521
522 2001-09-27
523
524         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
525           state.
526
527 2001-09-26
528
529         * src/summaryview.c: modified the layout of popup menu.
530
531 2001-09-25
532
533         * src/folder.c
534           src/folder.h
535           src/mainwindow.c
536           src/summaryview.c: applied the patch from Alfons that allows
537           threading setting for each folders (tnanks!).
538
539 2001-09-23
540
541         * src/message_search.[ch]: new. A Dialog for searching in current
542           message.
543         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
544           text in current position of GtkText and given wide-character
545           string.
546         * src/messageview.[ch]: messageview_search_string()
547           src/textview.[ch]: textview_search_string(): return TRUE if
548           found.
549         * src/textview.[ch]: remember the beginning of body.
550
551 2001-09-21
552
553         * src/procmime.c: procmime_get_first_text_content(): modified so
554           that it search entire MIME structure.
555         * src/summary_search.c: summary_search_execute(): use
556           strdup_mbstowcs() instead of macro. Display matched message.
557
558 2001-09-20
559
560         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
561           Sergey Vlasov).
562         * src/summary_search.c: added body searching function.
563         * src/procmime.[ch]: procmime_find_string(): changed arguments
564           and return value. Added case sensitivity option.
565
566 2001-09-20
567
568         * src/procmime.[ch]:
569           procmime_find_string()
570           procmime_find_string_part(): new. It searchs the string from
571           messages.
572           Renamed procmime_get_text_part() to
573           procmime_get_first_text_content().
574           procmime_get_text_content(): new. It returns the text contents
575           of the specified MIME part.
576           procmime_mimeinfo_next(): new. It returns the next node of
577           MimeInfo tree.
578
579 2001-09-19
580
581         * src/procmime.c: procmime_get_text_part(): modified so that it
582           finds a text part in nested multipart message correctly.
583         * src/procmime.h: added an example of MimeInfo structure.
584         * src/mimeview.c: mimeview_show_message(): search the first text
585           part.
586
587 2001-09-17
588
589         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
590           caused segfault. Changed 'Preferences per account...' menu item.
591
592 2001-09-17
593
594         * version 0.6.2
595
596 2001-09-16
597
598         * src/addrindex.c: translate the "Common address" and "Personal
599           address" from old addressbook.
600
601 2001-09-12
602
603         * src/utils.c: get_quote_level(): some optimization and bugfixes.
604         * src/codeconv.[ch]: conv_get_current_locale(): new.
605         * src/editaddress.c: edit_person_page_basic(): reverse the order
606           of first and last name on some locales.
607
608 2001-09-11
609
610         * src/compose.c: applied the patch from Yasumatsu that reformats
611           the current paragraph (thanks!). Modified so that it doesn't
612           reformat quoted paragraphs.
613           compose_create(): don't fill the entry automatically on reedit
614           mode.
615         * src/mainwindow.c
616           src/summaryview.[ch]: added the "Mark all read" option.
617           summary_mark_all_read(): new.
618
619 2001-09-10
620
621         * src/vcard.c
622           src/mgutils.c
623           src/syldap.c
624           src/editldap.c
625           src/editldap_basedn.c
626           src/jpilot.c
627           src/editjpilot.c: removed all warnings.
628         * configure.in
629           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
630           header files on the Debian system.
631         * src/mainwindow.c
632           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
633           and color label. Enabled moving to next/prev flagged messages.
634
635 2001-09-09
636
637         * src/pixmaps/dir-close.xpm
638           src/pixmaps/dir-open.xpm
639           src/pixmaps/new.xpm
640           src/pixmaps/unread.xpm: modified the color balance.
641         * src/utils.[ch]: execute_sync(): new.
642           execute_command_line(): added the arg for async mode.
643         * src/inc.c: inc_mail(): use execute_command_line().
644
645 2001-09-08
646
647         * src/prefs.[ch]
648           src/prefs_common.[ch]
649           src/prefs_account.c: modified the layout. Added the option to
650           launch the external editor automatically.
651         * src/compose.c: launch the external editor automatically if the
652           option is set.
653
654 2001-09-06
655
656         * src/Makefile.am: added extra xpm's.
657
658 2001-09-05
659
660         * src/addressbook.c: fixed a compilation problem when enabling
661           LDAP.
662           addressbook_open(): fixed a missing 'else'.
663
664 2001-09-04
665
666         * src/pixmaps/dir-close.xpm
667           src/pixmaps/dir-open.xpm
668           src/pixmaps/trash.xpm: replaced with the new blue icons.
669         * merged Match Grun's new addressbook code.
670         * src/pixmaps/address.xpm
671           src/pixmaps/book.xpm
672           src/pixmaps/category.xpm
673           src/pixmaps/interface.xpm
674           src/pixmaps/jpilot.xpm
675           src/pixmaps/ldap.xpm
676           src/pixmaps/vcard.xpm: new icons.
677         * src/addrbook.[ch]
678           src/addrcache.[ch]
679           src/addressadd.[ch]
680           src/addressitem.[ch]
681           src/addrindex.[ch]
682           src/addritem.[ch]
683           src/editaddress.[ch]
684           src/editbook.[ch]
685           src/editgroup.[ch]
686           src/editjpilot.[ch]
687           src/editldap.[ch]
688           src/editldap_basedn.[ch]
689           src/editvcard.[ch]
690           src/jpilot.[ch]
691           src/mgutils.[ch]
692           src/syldap.[ch]
693           src/vcard.[ch]: new. Many fixes to remove the huge amount of
694           warnings.
695           addrbook_build_avail_email_vis(): fixed a memory leak.
696
697 2001-09-04
698
699         * NEWS: brought in the all of the changes previously put on the web.
700
701 2001-09-03
702
703         * src/mainwindow.c
704           src/summaryview.c: modified the layout of menus.
705         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
706           return a focus to the main window after selecting the account menu.
707
708 2001-09-03
709
710         * version 0.6.1
711
712 2001-09-03
713
714         * src/send.c: send_message_data(): fixed a bug that didn't process
715           body part correctly.
716
717 2001-09-02
718
719         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
720           inc_mail(), inc_all_account_mail(): return immediately if locked.
721         * src/account.c
722           src/prefs_common.c
723           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
724           inc_autocheck_timer_{remove,set}().
725         * src/summaryview.c: summary_set_colorlabel_color(): get the average
726           of label color and selected fg color for visibility.
727
728 2001-09-01
729
730         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
731           They increase/decrease the lock count.
732           inc_autocheck_func(): if locked, delay the autochecking 1 second.
733           inc_autocheck_timer_set_interval(): set interval by its argument.
734         * src/summaryview.c: summary_show(): lock the autochecking while
735           processing.
736         * src/main.c: app_will_exit(): remove autocheck timer.
737         * acconfig.h
738           src/defs.h: removed the definitions of PACKAGE and VERSION to
739           prevent unnecessary compilation.
740         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
741           to AC_SUBST, and added src/version.h to AC_OUTPUT.
742         * src/version.h.in: new.
743         * src/intl.h: changed dgettext() to gettext().
744
745 2001-08-31
746
747         * po/ja.po: fixed a typo that crashed Sylpheed with older version
748           of GTK+.
749         * configure.in: fixed a bug that didn't show results correctly.
750           Fixed a bug that --enable-compface and --enable-jconv disabled
751           the options.
752         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
753           message failed.
754         * src/compose.c: compose_write_headers(): add Bcc: header to the
755           output file.
756         * src/send.c: send_message_data(): new. Separated from
757           send_message_smtp(). Remove Bcc: header before sending.
758
759 2001-08-30
760
761         * version 0.6.0
762
763 2001-08-30
764
765         * src/send.c: implemented sending with local sendmail command.
766           send_message_local(): new. It executes command with popen()
767           and send the contents of RFC822 message to the command.
768         * src/prefs_common.[ch]: enabled the external sending command option.
769         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
770         * src/account.c: account_edit_create(): widened the protocol column.
771         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
772           the code.
773
774 2001-08-30
775
776         * src/folder.c: folder_item_remove_msg(): scan the folder again
777           if the last message is removed.
778         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
779           old reedited message after adding the new message.
780
781 2001-08-29
782
783         * src/compose.c: compose_queue(): added AID: to the queueing header.
784         * src/send.c: send_message_queue(): look for AID: header, and use
785           the server specified in the account instead of SSV: header.
786         * src/summaryview.c
787           src/compose.[ch]: queued messages can be reedited now.
788           compose_remove_reedit_target(): new. It removes the old reedited
789           message.
790           compose_send(), compose_queue(), compose_draft_cb(): if reedit
791           mode, remove the old message.
792         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
793           warning.
794
795 2001-08-28
796
797         * applied the XML string table patch from Alfons Hoogervorst that
798           stores strings in a hash table and minimizes memory allocations
799           (thanks!).
800         * src/stringtable.[ch]: new.
801           removed all G and g_ prefix from type and function names since
802           they're not official GLib symbol names.
803           string_table_insert_string(): fixed a bug that might refer to an
804           invalid pointer on lookup, and also made a bit of optimization.
805
806 2001-08-27
807
808         * merged the color label feature from the claws branch (thanks to
809           Satoshi Nagayasu and Alfons Hoogervoost).
810         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
811           Renamed labelcolors_*() to colorlabel_*().
812         * src/summaryview.[ch]: added color label support.
813         * src/procmsg.h: added color label flags to the permanent flags.
814         * updated to gettext 0.10.39.
815         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
816         * sylpheed.desktop: added for GNOME.
817         * configure.in: added AC_MSG_CHECKING() for some options.
818           Output the configuration results when configure is finished.
819
820 2001-08-27
821
822         * src/account.c: account_clist_set_row(): fixed a bug that failed
823           to compile if SSL was not enabled.
824
825 2001-08-26
826
827         * merged the SSL support from the claws branch (thanks to Christoph
828           Hohmann).
829         * src/ssl.[ch]: new.
830         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
831           ssl_getline().
832           sock_close(): call ssl_done_socket() if SSL is active.
833         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
834           prevent type confliction.
835         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
836         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
837           Removed SSL initialization and HELO from esmtp_starttls().
838           esmtp_auth(): removed use_smtp_auth from its arguments.
839         * src/send.c: send_smtp_open(): added SSL support.
840         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
841
842 2001-08-25
843
844         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
845           quote.
846
847 2001-08-24
848
849         * src/main.c: open new account dialog if no account is set.
850         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
851           the verbosity count.
852           log_print(): put to statusbar only if log_verbosity_count > 0.
853           log_message(): put to statusbar.
854         * src/inc.c: inc_pop3_session_do(): set log verbosity.
855         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
856           "Compose new message" item.
857           main_window_show_cur_account(): removed "Current account: " string.
858         * src/summaryview.c: summary_show(): ignore the current marks if
859           main window is locked.
860         * src/compose.c: compose_attach_property(): fixed a bug that caused
861           segmentation fault.
862
863 2001-08-23
864
865         * src/mainwindow.c: main_window_get_current_state(): new. It returns
866           the current state for the sensitivity of UI.
867           main_window_set_toolbar_sensitive(): use table like
868           main_window_set_menu_sensitive().
869
870 2001-08-23
871
872         * src/mainwindow.[ch]: added progressbar and status label to the
873           statusbar.
874           main_window_close_cb(): don't exit if locked.
875         * src/inc.c: update the progressbar of main window, too.
876
877 2001-08-22
878
879         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
880           the second argument, and determine the sensitivity with the
881           state of summary view.
882
883 2001-08-21
884
885         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
886           pop3_delete_recv(): don't try to receive messages which are not
887           exist.
888
889 2001-08-21
890
891         * src/mainwindow.c: main_window_lock(), main_window_unlock():
892           removed the whole menubar locking.
893           main_window_set_menu_sensitive(): process the sensitivity change
894           with a table, and deal with locking.
895
896 2001-08-20
897
898         * src/summaryview.[ch]: summary_get_selection_type(): new.
899           It returns the current selection state of summary view.
900           summary_key_pressed(): abort on some commands if main window
901           is locked.
902         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
903           increase/decrease the lock count.
904
905 2001-08-19
906
907         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
908           default header list.
909         * src/prefs_common.[ch]: added the option for receive dialog mode
910           to the Interface tab.
911         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
912           transient, and show dialog only if the setting is
913           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
914         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
915           new. Lock / unlock the user-interface.
916         * src/progressdialog.c: progress_dialog_create(): don't make the
917           dialog modal.
918
919 2001-08-18
920
921         * src/folderview.c: folderview_update_node(): suppressed unnecessary
922           recursive call.
923         * src/menu.[ch]: menu_button_position(): new. It calculates the
924           position of popup menu.
925         * src/mainwindow.c: toolbar_account_button_pressed(),
926           ac_label_button_pressed(): put the popup menu to the correct
927           position. Change the style of the button while opening the menu.
928           ac_menu_popup_closed(): new function called on selection_done
929           event.
930         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
931           node == NULL.
932         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
933           (thanks!).
934           Fixed the bug that didn't select previous message in refresh mode
935           if threads were not expanded.
936           summary_select_node(): new.
937         * src/inc.c: applied the summary view update optimization patch from
938           Sergey Vlasov (thanks!).
939           If no new messages are received, don't perform summary refreshing.
940           In addition to the Vlasov's patch, POP3 receive information is
941           also used.
942         * src/inc.h: added a new member cur_total_num to Pop3State.
943         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
944
945 2001-08-14
946
947         * version 0.5.3
948
949 2001-08-14
950
951         * src/summaryview.c: summary_set_row_marks(): got the color of
952           unread row set properly.
953         * src/folderview.c: foldreview_update_node(): don't use
954           gtk_style_copy(), and reuse previously allocated styles.
955         * README, README.jp: modified.
956
957 2001-08-14
958
959         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
960           memory corruption bug (thanks to David Looney).
961         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
962           there are no enabled accounts, or local spool only.
963         * src/summaryview.c: applied the summary update improvement patch
964           from Sergey Vlasov (thanks!). It keeps the position of the
965           message displayed. Selected and displayed message are also kept.
966           summary_get_msgnum(): new.
967           summary_get_current_msgnum(): removed.
968           summary_select_by_msgnum(): don't display the message.
969         * src/account.c: added "Get all" column.
970           account_clist_set_row(): show default and get-all flags with the
971           mark icon.
972         * src/utils.c: to_human_readable(): increased the number of decimals
973           of MB and GB to 2.
974
975 2001-08-13
976
977         * implemented the long-awaited :) "Add sender to address book" feature.
978         * src/address.[ch]: added the argument for remarks to
979           address_item_new().
980           address_get_folder_list(): new. It traverses the address tree and
981           returns the folder list.
982           address_delete_object(): modified so that it removes the node
983           from the tree.
984         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
985           a address folder menu and attaches it to the menu item.
986           addressbook_refresh(): reload the address book folder tree.
987         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
988           the menu to add sender to address book.
989           summary_button_pressed(): call summary_set_add_sender_menu()
990           before popup the menu.
991
992 2001-08-12
993
994         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
995           up the process. Optimized the initial thread build.
996
997 2001-08-12
998
999         * src/summaryview.c: made many code cleanups.
1000           summary_show(): block/unblock the signal handlers instead of
1001           disconnect/connect them.
1002           summary_set_row_marks(): made the font of collapsed node bold if
1003           it has cnildren marked as unread.
1004           summary_thread_build(): block tree_expand signals while processing.
1005           Use loop instead of the recursive function. Mark collapsed nodes
1006           correctly.
1007           summary_unthread(): block tree_collapse signals while processing.
1008           Use loop instead of the recursive function.
1009           summary_thread_func(), summary_unthread_func(): removed.
1010           summary_tree_expanded(), summary_tree_collapsed(): new callback
1011           functions.
1012         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
1013           failed to connect. Show more detailed status on the dialog.
1014
1015 2001-08-10
1016
1017         * src/folderview.c: folderview_update_all_node(): new. It updates
1018           all local folders.
1019         * src/inc.c: update all local folders after incorporation if
1020           scan_all_after_inc option is set.
1021         * src/prefs_common.[ch]: added scan_all_after_inc option.
1022         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
1023
1024 2001-08-09
1025
1026         * src/defs.h
1027           src/headerview.c
1028           src/headerwindow.c
1029           src/textview.c
1030           src/prefs_common.c
1031           src/prefs_common.h: made bold and small font configurable.
1032           src/summaryview.c: display unread messages with bold font.
1033         * src/prefs_common.c
1034           src/prefs_common.h
1035           src/summaryview.c: added an option to enable/disable the
1036           emphasis of unread messages.
1037
1038 2001-08-08
1039
1040         * src/pixmaps/mark.xpm: modified.
1041         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
1042         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
1043           the root messages of threads for performance improvement.
1044           summary_show()
1045           summary_select_next_unread()
1046           summary_step(): expand threads when opening messages.
1047           summary_thread_build(): expand threads if the option is turned on.
1048         * src/prefs_common.[ch]: added "Expand threads" option.
1049
1050 2001-08-08
1051
1052         * src/prefs_common.c: removed "Emulate the behavior of mouse
1053           operation of Emacs-based mailer".
1054         * src/prefs_common.c
1055           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
1056         * src/pixmaps/new.xpm
1057           src/pixmaps/unread.xpm: reverted.
1058
1059 2001-08-07
1060
1061         * src/address.[ch]:
1062           address_folder_new()
1063           address_group_new()
1064           address_item_new(): changed the return value to AddressObject.
1065           address_build_tree(): don't put assertion for file.
1066         * src/pixmaps/new.xpm
1067           src/pixmaps/unread.xpm: modified a bit.
1068
1069 2001-08-06
1070
1071         * src/addressbook.c: fixed some bugs.
1072
1073 2001-08-06
1074
1075         * separated the logic part of addressbook into another module
1076           (still in progress).
1077         * src/address.[ch]: new. It contains the logic part of addressbook.
1078         * src/addressbook.[ch]: removed the logic part.
1079
1080 2001-08-04
1081
1082         * src/textview.c: textview_show_header(): fixed a bug that a garbage
1083           character was shown after header names.
1084
1085 2001-08-02
1086
1087         * src/inc.c: inc_start(): don't abort with non-fatal error.
1088
1089 2001-08-01
1090
1091         * version 0.5.2
1092
1093 2001-08-01
1094
1095         * src/mimeview.c: mimeview_view_file(): added -x option to the
1096           metamail to prevent the suspention of the main process.
1097           mimeview_button_pressed(): deactivate `Open' menu item if
1098           content-type is application/octet-stream.
1099
1100 2001-07-31
1101
1102         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
1103           get_quoted(): new. It handles the escape character '\'.
1104         * src/folder.c: folder_read_list(): don't output warning if
1105           folderlist.xml doesn't exist.
1106         * src/main.c: main(): write folder list after setup.
1107         * src/textview.c: textview_create()
1108           src/compose.c: compose_create(): set default tab width to 8.
1109
1110 2001-07-29
1111
1112         * src/prefs_common.c: date_format_select_row(): fixed a bug that
1113           caused segfault when selecting the list with key.
1114
1115 2001-07-28
1116
1117         * src/mainwindow.c: main_window_popup(): deiconize the window
1118           when popup (thanks to Henrik Carlqvist).
1119         * src/procmime.c: procmime_scan_mime_type(): new.
1120           procmime_scan_content_type(): use procmime_scan_mime_type().
1121           procmime_scan_mime_header(): scan the extension of attached files
1122           and add the correct MIME type if the Content-Type is
1123           "application/octet-stream" (thanks to Don Quijote).
1124         * src/compose.c: compose_toolbar_create(): added a new "Send later"
1125           icon (thanks to Leandro Pereira).
1126
1127 2001-07-27
1128
1129         * src/prefs_common.c: date_format_create(): modified the layout of
1130           the dialog.
1131
1132 2001-07-26
1133
1134         * src/account.c: account_find_from_address(): fixed a minor bug.
1135         * src/prefs_common.c: incorporated the user-interface for setting
1136           date format from the claws branch, and made some modification to
1137           that.
1138
1139 2001-07-25
1140
1141         * src/account.[ch]: account_edit_create(): modified the text of
1142           default button.
1143           account_find_from_address(): new.
1144         * src/procmime.c:
1145           procmime_scan_content_type(), procmime_scan_content_disposition():
1146           fixed ESC code detection.
1147         * src/compose.c: compose_reply(): automatically select account
1148           according to the message header.
1149         * src/prefs_common.[ch]: added member "reply_account_autosel".
1150
1151 2001-07-25
1152
1153         * src/progressdialog.c: made the CList scrollable.
1154         * src/inc.c: inc_start(): don't abort with non-fatal error.
1155
1156 2001-07-24
1157
1158         * added English Sylpheed User's Manual by Paul Kater
1159           (paul@nlpagan.net) (thanks!).
1160         * configure.in
1161           manual/Makefile.am
1162           src/mainwindow.c: added support for English manual.
1163         * manual/en/sylpheed*.html: added English documentation.
1164         * AUTHORS: updated.
1165
1166 2001-07-23
1167
1168         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
1169           that didn't have any trailing messages.
1170         * src/smtp.c: smtp_ok(): ditto.
1171         * src/compose.c: compose_account_option_menu_create(): modified
1172           the style of the account option menu.
1173
1174 2001-07-22
1175
1176         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1177           remove return code from strings automatically.
1178           prefs_custom_header_create(): added "X-Face" to the default
1179           option.
1180         * src/news.c: news_fetch_msg(), news_get_group_list()
1181           src/imap.c: imap_fetch_msg(): create the cache directory before
1182           writing.
1183         * src/procmime.c:
1184           procmime_scan_content_type()
1185           procmime_scan_content_disposition(): convert JIS into EUC-JP
1186           before parsing.
1187         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
1188         * src/compose.c: don't append attachment headers if the attach
1189           pane is visible but the list is empty.
1190         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
1191
1192 2001-07-18
1193
1194         * version 0.5.1
1195
1196 2001-07-18
1197
1198         * src/compose.c: compose_quote_parse_fmt()
1199           src/prefs_common.c: prefs_quote_description_create(): added the
1200           symbol `%c' that allows to include Cc in reply format (thanks
1201           to Cyril Bellot).
1202         * src/base64.[ch]
1203           src/procmime.c: procmime_decode_content(): applied the patch
1204           from Sergey Vlasov that allows to decode base64 data with
1205           unusual line length (not a multiple of 4) (thanks!).
1206
1207 2001-07-17
1208
1209         * src/procmsg.[ch]: separated the permanent flags and temporary
1210           flags into two variables, and made MsgFlags a structure that
1211           includes them.
1212           MSG_SET_PERM_FLAGS()
1213           MSG_SET_TMP_FLAGS()
1214           MSG_UNSET_PERM_FLAGS()
1215           MSG_UNSET_TMP_FLAGS(): new macros.
1216         * src/compose.c
1217           src/imap.c
1218           src/inc.c
1219           src/messageview.c
1220           src/mh.c
1221           src/news.c
1222           src/procheader.c
1223           src/summaryview.c: modified for the new MsgFlags.
1224         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
1225           of hash table.
1226
1227 2001-07-16
1228
1229         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
1230           display current size with human-readable format.
1231         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
1232         * TODO
1233           TODO.jp: updated.
1234
1235 2001-07-16
1236
1237         * src/codeconv.c:
1238           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
1239           for raw-JIS code in header fields.
1240         * src/folder.c:
1241           folder_get_default_folder()
1242           folder_get_default_inbox()
1243           folder_get_default_outbox()
1244           folder_get_default_draft()
1245           folder_get_default_queue()
1246           folder_get_default_trash(): fixed a bug that caused segfault
1247           if folder_list is NULL.
1248
1249 2001-07-15
1250
1251         * README
1252           README.jp
1253           INSTALL
1254           INSTALL.jp
1255           TODO
1256           TODO.jp: updated.
1257         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
1258           while retrieving newsgroup list.
1259           grouplist_dialog_create(): added entry widget and status label.
1260           grouplist_recv_func(): new.
1261           refresh_clicked(): added exclusive lock variable.
1262           clist_selected(): set text entry when the CList is selected.
1263           renamed from group_clist_select().
1264           entry_activated(): new.
1265           grouplist_clear(): renamed from grouplist_free(). Also clears
1266           list and entry widget.
1267         * src/news.c: news_get_group_list(): sped up the list appending
1268           (g_slist_append() becomes very slow if list size is large).
1269         * src/defs.h: added UI_REFRESH_INTERVAL definition.
1270           Changed the definition of NEWSGROUP_LIST.
1271         * src/recv.c: recv_write()
1272           src/send.c: send_message_smtp(): changed the UI refresh interval
1273           to UI_REFRESH_INTERVAL (50msec).
1274         * src/account.c: account_add(): fixed a bug that didn't update
1275           folder tree when a news account was added.
1276         * src/grouplistdialog.c: made exclusive lock variable global, and
1277           lock at grouplist_dialog_set_list().
1278         * src/textview.c: fixed a bug that disabled clickable URI if
1279           message color was disabled.
1280
1281 2001-07-15
1282
1283         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
1284           quit main loop if gtk_main_level() is 1.
1285           grouplist_dialog_set_list(): freeze CList while appending the list.
1286           grouplist_dialog(): show dialog before updating the list.
1287
1288 2001-07-14
1289
1290         * src/folder.c: folder_write_list_recursive(): add the attribute
1291           `collapsed' if a node have some children.
1292         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
1293           the list.
1294         * src/news.[ch]:
1295           news_get_group_list(): new. It returns newsgroup list.
1296           news_remove_group_list(): new. It removes newsgroup list cache.
1297         * src/folderview.c: folderview_new_news_group_cb(): call
1298           grouplist_dialog() instead of input_dialog().
1299
1300 2001-07-12
1301
1302         * autogen.sh: modified.
1303         * src/folder.[ch]
1304           src/folderview.c: made expand/collapse state of folders persistent
1305           (thanks to Alfons).
1306
1307 2001-07-06
1308
1309         * version 0.5.0
1310
1311 2001-07-06
1312
1313         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
1314           DELETE.
1315           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
1316           according to the argument.
1317           imap_cmd_select(): use imap_cmd_do_select().
1318           imap_cmd_examine(): new.
1319         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
1320           folder again when removing failed.
1321
1322 2001-07-05
1323
1324         * version 0.5.0pre4
1325
1326         * manual/ja/sylpheed.sgml
1327           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
1328         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
1329           didn't set foreground correctly.
1330         * src/folderview.h
1331           src/summaryview.h: removed the member color_normal from FolderView
1332           and SummaryView.
1333         * src/mainwindow.c: main_window_create(): removed color_normal.
1334
1335 2001-07-04
1336
1337         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
1338           became specifiable.
1339         * src/imap.c: imap_session_get()
1340           src/news.c: news_session_new_for_folder(), news_session_get():
1341           use user-defined port number if specified.
1342
1343 2001-07-03
1344
1345         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
1346           scanning.
1347           imap_scan_folder(): implemented. It updates the numbers of new,
1348           unread and total messages.
1349           imap_status(): new. It parses the response of STATUS command.
1350           imap_status_uidnext(): removed.
1351           imap_cmd_status(): removed.
1352         * src/textview.c: textview_show_part(): fixed potential memory leaks.
1353
1354 2001-07-03
1355
1356         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
1357         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
1358           of content-type (thanks to René Rebe for the patch).
1359         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
1360           detection.
1361         * src/prefs_common.c: prefs_send_create(): made some more character
1362           sets specifiable when not using libjconv.
1363         * configure.in: disabled --enable-threads option temporarily.
1364         * INSTALL
1365           INSTALL.jp: deleted the description about --enable-threads option.
1366
1367 2001-07-02
1368
1369         * updated gettext to 0.10.38.
1370
1371 2001-07-01
1372
1373         * version 0.5.0pre3
1374
1375         * src/folderview.[ch]: folderview_set_all(): new.
1376         * src/account.c: account_add(): call folderview_set_all() after
1377           creating IMAP4 tree.
1378           account_edit_create(): account preferences dialog can be opened
1379           with double clicking of the list.
1380           account_selected(): new.
1381           account_clist_set(): made the CList focus set correctly.
1382
1383 2001-06-30
1384
1385         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
1386           is not found.
1387           imap_scan_tree_recursive(): search the sub folders of INBOX.
1388           recognize Trash folder.
1389           imap_create_tree(): separated the part of creating trash.
1390           imap_create_trash(): new.
1391         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
1392           preserve no_sub and no_select.
1393         * src/summaryview.c: summary_show(): don't proceed if item->no_select
1394           is TRUE.
1395
1396 2001-06-29
1397
1398         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
1399           root folder correctly.
1400
1401 2001-06-28
1402
1403         * src/folderview.[ch]:
1404           folderview_update_tree(): new. It updates one folder tree.
1405           folderview_update_tree_cb(): new.
1406           Added "Update folder tree" to the popup menu, and modified some
1407           expressions.
1408
1409 2001-06-27
1410
1411         * src/imap.c: implemented the autoscan of IMAP4 folder list.
1412           imap_scan_tree(): new. It scans the whole IMAP4 folder.
1413           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
1414           imap_parse_list(): new. It parses the LIST response.
1415           imap_get_real_path(): new. It converts local path into IMAP4 path.
1416         * src/folder.h: added no_sub and no_select to FolderItem.
1417         * src/folder.c: folder_tree_destroy(): reset some variables.
1418         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
1419
1420 2001-06-26
1421
1422         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
1423           parse the FETCH response that continues to the next line.
1424           imap_parse_fetch_element(): removed.
1425           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
1426           imap_parse_envelope(), imap_get_uncached_messages(): use GString
1427           and sock_getline() to parse the FETCH response.
1428           imap_remove_all_msg(): fixed a bug that didn't delete messages
1429           correctly.
1430           imap_parse_address(): fixed a bug that didn't concaternate
1431           addresses correctly, using GString.
1432         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
1433           the whole line and return the newly allocated string.
1434         * src/prefs_account.[ch]: added `IMAP server directory' entry.
1435
1436 2001-06-25
1437
1438         * version 0.5.0pre2
1439
1440         * src/imap.c: imap_create_tree(): pass the path that is separated
1441           by the local filesystem separator to imap_create_folder().
1442           imap_create_folder(): examine the existence of folders using
1443           LIST command instead of STATUS.
1444           imap_cmd_list(): new.
1445           imap_query_password(): new.
1446           imap_session_new(): query password if it is not set.
1447
1448 2001-06-24
1449
1450         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
1451           with arbitrary order.
1452           imap_parse_fetch_element(): new. it parses one pair of name and
1453           value of FETCH results.
1454           imap_parse_flags(): modified for more flexibility.
1455         * src/utils.[ch]: set_log_file(): new. it opens a new file for
1456           logging.
1457           close_log_file(): new. it closes the opened log file.
1458           log_print(), log_message(), log_warning(), log_error(): also
1459           output to log file.
1460
1461 2001-06-22
1462
1463         * src/imap.c: imap_cmd_status(): check the pointer to "value"
1464           before the assignment (thanks to NISHIJIMA).
1465
1466 2001-06-21
1467
1468         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
1469           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
1470         * src/foldersel.[ch]: don't show folders which can't be targets
1471           for current folder.
1472
1473 2001-06-20
1474
1475         * version 0.5.0pre1
1476
1477         * src/imap.c:
1478           imap_get_msg_list()
1479           imap_cmd_envelope()
1480           imap_cmd_fetch()
1481           imap_cmd_copy()
1482           imap_cmd_store(): use UID instead of sequential number.
1483           Renamed imap_set_article_flags() to imap_set_message_flags().
1484         * src/summaryview.c: summary_execute(): don't update summary
1485           even if current folder is IMAP4.
1486         * src/utils.[ch]: remove_numbered_files(): changed the type of
1487           arguments from gint to guint.
1488
1489 2001-06-19
1490
1491         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
1492           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
1493           enclose with double quotation if string doesn't have space
1494           (workaround for old Cyrus IMAP4 server).
1495           imap_create_folder(): fixed a bug of separator substitution.
1496           renamed imap_session_connect_if_not() to imap_session_get().
1497           imap_get_msg_list(): delete all cached messages if use_cache
1498           is off.
1499           imap_delete_cached_messages(): remove cached files in between
1500           the specified range by reading directory entry.
1501           imap_parse_one_address(): set fromname same as the from address
1502           if it is empty.
1503         * src/utils.[ch]: remove_numbered_files(): new. The range is
1504           specifiable.
1505         * src/summaryview.c: summary_execute(): update summary if current
1506           folder is IMAP4.
1507           KEY_PRESS_EVENT_STOP(): new macro.
1508           summary_key_pressed(): stop signal emission when calling
1509           summary_execute().
1510           summary_select_by_msgnum(): show message only if
1511           msg_is_toggled_on is TRUE. Move current page to the selected
1512           node.
1513         * src/news.c; news_delete_old_articles(): remove cached files in
1514           between the specified range by reading directory entry.
1515         * src/folderview.c:
1516           folderview_selected(), folderview_button_released(): fixed a bug
1517           that didn't select folder correctly.
1518
1519 2001-06-18
1520
1521         * src/mainwindow.c
1522           src/summaryview.c
1523           src/prefs_common.c: improvements to the English (thanks to Paul
1524           Mangan).
1525         * src/mainwindow.c: compose_cb()
1526           src/summaryview.c: summary_key_pressed()
1527           src/compose.c: compose_new_with_recipient(): newsgroups entry
1528           is automatically filled when composing a new article.
1529
1530 2001-06-17
1531
1532         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
1533           free list correctly.
1534
1535 2001-06-16
1536
1537         * version 0.4.99
1538
1539         * src/imap.c: imap_find_namespace(): replace namespace path
1540           separator with slash before comparison.
1541           imap_remove_folder(): use namespace.
1542           imap_create_tree(): use namespece when creating Trash.
1543           imap_get_msg_list(): fixed a bug that returned old list and caused
1544           memory leak if exists == 0.
1545           imap_select(): new. It's a wrapper for imap_cmd_select().
1546         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
1547
1548 2001-06-15
1549
1550         * src/folderview.c:
1551           folderview_new_folder_cb()
1552           folderview_new_imap_folder_cb(): show error dialog when creation
1553           or deletion of folder failed.
1554           Made it allow users to create a folder which contains subfolders.
1555           folderview_button_pressed(): disabled delete menu on the special
1556           IMAP4 folder.
1557         * AUTHORS: incorporated from claws branch. It now contains all
1558           contributors.
1559         * src/send.c: enabled cancellation.
1560           EXIT_IF_CANCELLED(): new macro.
1561           Added cancelled flag to SendProgressDialog.
1562         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
1563           specified character.
1564         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
1565
1566 2001-06-15
1567
1568         * src/imap.c: imap_create_tree(): new. It creates required
1569           folders such as INBOX and Trash.
1570           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
1571           if COPY failed.
1572           imap_remove_all_msg(): return immediately if exists == 0.
1573         * src/account.c: account_add(), account_set_missing_folder():
1574           made them use folder->create_tree().
1575
1576 2001-06-14
1577
1578         * src/imap.c: more namespace implementation.
1579           imap_find_namespace(), imap_path_separator_subst(): new.
1580
1581 2001-06-13
1582
1583         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
1584
1585 2001-06-11
1586
1587         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
1588
1589 2001-06-08
1590
1591         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
1592           which appends file into IMAP4 folder.
1593           imap_status(): new.
1594           imap_create_folder(): check the existence of a folder before
1595           create it.
1596           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
1597         * src/account.c: account_add(), account_set_missing_folder():
1598           create INBOX automatically when creating IMAP4 account.
1599
1600 2001-06-07
1601
1602         * src/utils.[ch]: added itos_buf() that takes the buffer for its
1603           argument.
1604         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
1605         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
1606           to the IMAP class.
1607
1608 2001-06-06
1609
1610         * src/utils.[ch]: move_file(): new.
1611         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
1612           use move_file(), and fixed a bug that didn't close file when
1613           error occured.
1614
1615 2001-06-06
1616
1617         * src/imap.c: renamed imap_delete_messages() and
1618           imap_delete_all_messages() to imap_delete_cached_messages() and
1619           imap_delete_all_cached_messages(). Some code cleanups.
1620         * src/utils.[ch]: added a function remove_all_numbered_files().
1621         * src/mh.c: mh_remove_all_msg()
1622           src/imap.c: imap_delete_all_cached_messages():
1623           use remove_all_numbered_files().
1624         * src/mainwindow.c
1625           src/summaryview.c
1626           src/compose.[ch]: added `Reply to sender'.
1627           compose_reply()
1628           compose_reply_set_entry(): added an argument `ignore_replyto'.
1629
1630 2001-06-05
1631
1632         * src/folderview.c: folderview_selected()
1633           src/summaryview.c: summary_show(): fixed a bug that updated wrong
1634           folder when remaining marks were processed.
1635
1636 2001-06-04
1637
1638         * src/headerwindow.c: headerwindow_show_cb(): always try to show
1639           msginfo, and use the selected message, not the displayed one.
1640         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
1641
1642 2001-06-02
1643
1644         * src/folderview.c: folderview_selected()
1645           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
1646         * src/summaryview.c: summary_show(): process the left marks if any.
1647
1648 2001-05-27
1649
1650         * src/passphrase.c: enclosed with #if USE_GPGME.
1651         * src/prefs_account.c: added NNTP AUTH check button.
1652         * src/alertpanel.[ch]: alertpanel_create(): added new argument
1653           `can_disable', all existing callers changed to pass FALSE;
1654           created a check button to disable the message.
1655           alertpanel_message_with_disable(): new.
1656           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
1657           alertpanel_button_toggled(): new.
1658           alertpanel_button_clicked(), alertpanel_close(): set value using
1659           G_ALERT_VALUE_MASK.
1660         * src/prefs_common.[ch]: added option to toggle GnuPG signature
1661           check popup window, and GnuPG warning.
1662         * src/rfc2015.c: check_signature(): show signature check dialog
1663           only if it is enabled.
1664         * src/main.c: modified GnuPG checking.
1665         * src/main.c
1666           src/prefs_common.c: fixed some compilation bugs when enabled
1667           GPGME.
1668
1669 2001-05-26
1670
1671         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
1672           encodings with libjconv.
1673           conv_encode_header(): fixed an endless loop bug when encountering
1674           an invalid wide character (thanks to Alte).
1675         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
1676           bold font.
1677         * src/imap.c: imap_create_folder(): don't create folder if the
1678           name is INBOX.
1679         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
1680           execute button when immediate execution is enabled.
1681
1682 2001-05-22
1683
1684         * README
1685           README.jp: added the "How to run" section.
1686
1687 2001-05-19
1688
1689         * merged NNTP AUTH from the claws branch.
1690         * src/news.[ch]: supported NNTP AUTH.
1691         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
1692         * INSTALL
1693           INSTALL.jp: modified the confirmation list and the warning about
1694           threads.
1695
1696 2001-05-18
1697
1698         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
1699           gtkut_ctree_find_collapsed_parent().
1700         * src/folderview.c: folderview_select_node(): automatically expand
1701           the parent folders when selected.
1702         * configure.in: made the version number to 0.4.99 (0.5pre)
1703         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
1704           so that X is not necessary for --help and --version.
1705           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
1706         * src/folderview.c: folderview_update_node(): a fix for collapsed
1707           nodes.
1708
1709 2001-05-17
1710
1711         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
1712           It caused garbages in --compose option.
1713         * src/socket.[ch]: made fd_gets() public.
1714
1715 2001-05-16
1716
1717         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
1718         * src/folderview.c: folderview_find_next_unread(): new.
1719           folderview_select_next_unread(): modified so that it can find
1720           the hidden folder.
1721
1722 2001-05-15
1723
1724         * src/compose.c: compose_write_headers(): excluded also From, To,
1725           Sender because they could be used for SPAM.
1726         * src/folderview.c: add '+' mark to the collapsed folder that have
1727           some unread folders.
1728           folderview_search_new_recursive(),
1729           folderview_have_new_children(),
1730           folderview_search_unread_recursive(),
1731           folderview_have_unread_children(),
1732           folderview_find_collapsed_parent(): new.
1733           folderview_update_node(): display the number of queued messages.
1734
1735 2001-05-14
1736
1737         * src/folder.[ch]
1738           src/mh.[ch]: modified *_add_msg() to use link(). Added the
1739           argument to switch whether to remove the source file or not.
1740         * src/compose.c
1741           src/inc.c
1742           src/mbox.c: modified the argument of folder_item_add_msg() and
1743           removed some unlink()'s.
1744
1745 2001-05-13
1746
1747         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
1748           prefs_custom_header_*. Removed `(New)' row and `Substitute'
1749           button. Supported empty value.
1750           prefs_custom_header_row_moved(): new. Connected "row_move" signal
1751           to the function, and made it set header list.
1752         * src/customheader.c: custom_header_get_str()
1753           src/compose.c: compose_write_headers(): supported empty value.
1754         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
1755           Connected "row_move" signal to the function, and made it set
1756           header list.
1757         * src/compose.c: compose_write_headers(): modified the order of
1758           headers, and made it encode the custom headers.
1759         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
1760           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
1761           alert panel by ESC as "No".
1762
1763 2001-05-13
1764
1765         * merged the custom header stuff from claws branch:
1766         * src/customheader.[ch]
1767           src/prefs_customheader.[ch]: new.
1768         * src/customheader.c: custom_header_read_str(): use strtol() instead
1769           of atoi() and check errors.
1770           custom_header_find(): new function.
1771         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
1772           compose_write_headers(): made it replace headers with user-defined
1773           headers except for some automatically generated headers.
1774
1775 2001-05-11
1776
1777         * src/inc.c: connection_check_cb(): fixed a bug that caused
1778           segmentation fault if connection was not established.
1779         * src/compose.c: compose_create(): even if set_autobcc or set
1780           autoreplyto is checked and the entries are empty, show them.
1781
1782 2001-05-10
1783
1784         * src/textview.c: textview_show_mime_part(): modified the messages.
1785           TEXT_INSERT(): new macro.
1786         * po/ja.po: fixed.
1787         * src/prefs_display_header.c: prefs_display_header_create():
1788           modified the text of checkbutton.
1789
1790 2001-05-09
1791
1792         * src/mimeview.c: added "Open with..." to the context menu.
1793         * src/summaryview.c: summary_print()
1794           src/inputdialog.c: input_dialog(): fixed memory leaks.
1795         * src/textview.c: textview_show_mime_part(): updated the description.
1796         * src/send.c: implemented sending progress dialog.
1797           (TODO: automaton should be used.)
1798           send_progress_dialog_create(), send_progress_dialog_destroy(),
1799           send_cancel(): new.
1800           send_message_smtp(): made it update the dialog for each stage.
1801         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
1802           of opened file.
1803         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
1804           go to first unread message even if folder is same as previous.
1805         * src/prefs_common.c: made color selection dialog transient, and
1806           made escape key close the dialogs.
1807
1808 2001-05-08
1809
1810         * version 0.4.66
1811
1812         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
1813         * src/recv.c: recv_write(): changed the interval to 10msec.
1814         * src/prefs_display_header.c: modified the layout of the dialog,
1815           and made the hidden headers list insensitive when `Show other
1816           headers' is not checked.
1817         * src/textview.c: changed strcasecmp() and strncasecmp() to
1818           the corresponding glib functions.
1819         * src/inc.c: get_spool(): make a temporary file in the home
1820           directory.
1821
1822 2001-05-07
1823
1824         * src/prefs_common.c
1825           src/prefs_account.c
1826           src/prefs_filter.c
1827           src/account.c
1828           src/alertpanel.c
1829           src/filesel.c
1830           src/foldersel.c
1831           src/export.c
1832           src/import.c
1833           src/inputdialog.c
1834           src/passphrase.c
1835           src/select-keys.c
1836           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
1837           when closed them with delete_event (thanks to DINH).
1838           Added *_deleted() and *delete_event() which handle delete_event
1839           signal correctly.
1840
1841 2001-05-06
1842
1843         * src/prefs_display_header.c: merged some changes from claws branch:
1844           prefs_display_header_create(): allow reordering of headers by
1845           dragging.
1846           prefs_display_header_find_header(): new function.
1847           prefs_display_header_clist_set_row(): don't allow duplicates.
1848         * src/prefs_account.c: prefs_account_receive_create(): changed
1849           the label of the check button.
1850
1851 2001-05-05
1852
1853         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
1854           immediately.
1855         * src/inc.h: removed cur_msg_bytes from Pop3State.
1856         * src/inc.c: pop3_recv_func()
1857           src/recv.[ch]: made the second arguments of RecvUIFunc current
1858           total read bytes.
1859           recv_write(): made it call UI func if elapsed time is greater
1860           than 0.1 sec.
1861         * src/recv.c: recv_write(): changed the interval to 300 usec.
1862         * src/textview.c: textview_show_header(): if header is Subject,
1863           unfold it.
1864         * src/utils.[ch]: unfold_line(): new.
1865         * src/procheader.[ch]: procheader_get_header_array(): new.
1866         * src/prefs_display_header.c: updated defaults.
1867
1868 2001-05-05
1869
1870         * some merge from the sylpheed-claws branch.
1871           It allows user to specify displayed headers in message view.
1872           (symbol names were also changed.)
1873         * src/prefs_display_header.[ch]
1874           src/displayheader.[ch]: new.
1875         * src/prefs_display_header.c:
1876           removed prefs_display_headers_other_headers_toggled().
1877           removed "(New)" row from the list.
1878         * src/defs.h: added DISPLAY_HEADER_RC.
1879         * src/prefs_common.c: prefs_message_create(): added a button for
1880           opening the display header setting dialog.
1881         * src/prefs_common.h: added show_other_header and disphdr_list
1882           to PrefsCommon.
1883         * src/procheader.[ch]: procheader_get_header_list_from_file(),
1884           procheader_get_header_array_asis(): new.
1885           procheader_get_header_list(): modified so that it takes FILE
1886           pointer for its argument.
1887           procheader_header_array_destroy(), procheader_header_free(): new.
1888         * src/main.c: main(): made it call prefs_display_header_*_config().
1889         * src/textview.c: textview_scan_header(): modified so that it
1890           sorts headers according to user setting.
1891           src/textview_show_header(): made it call
1892           textview_make_clickable_parts().
1893           textview_make_clickable_parts(): added GdkFont to its arguments,
1894           and removed GtkText from them.
1895
1896 2001-05-04
1897
1898         * implemented auto-checking of new mail based on the patch from
1899           Pierric Descamps (thanks!).
1900         * src/inc.c: added inc_autocheck_timer_init(),
1901           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
1902           inc_autocheck_func() for auto-checking of new mail.
1903         * src/main.c: main(): call inc_autocheck_timer_init().
1904         * src/prefs_common.c: prefs_receive_create(): activated the
1905           auto-checking UI. Added prefs_common_cancel(), and connected
1906           some signals to that.
1907         * src/prefs_common.c
1908           src/prefs_account.c
1909           src/prefs_filter.c
1910           src/account.c: Disabled auto-checking while opening the dialog.
1911         * src/headerview.c: headerview_show_xface(): fixed a bug that
1912           showed a warning when header pane was hidden.
1913
1914 2001-05-03
1915
1916         * src/inc.c
1917           src/pop.c
1918           src/recv.c: removed non-blocking socket mode support since it
1919           does nothing.
1920         * src/pop.c
1921           src/inc.c: modified the messages of incorporation dialog.
1922
1923 2001-05-02
1924
1925         * src/utils.h: made u32 the typedef of guint32.
1926           added BIG_ENDIAN_HOST macro that is used by md5.c.
1927         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
1928           that didn't calculate MD5 correctly on big endian machines.
1929
1930 2001-05-01
1931
1932         * version 0.4.65
1933
1934         * src/folder.c: folder_init(): added the method imap_remove_folder.
1935         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
1936           actually remove folder from IMAP4 server.
1937         * src/imap.[ch]: imap_create_folder(): made it actually create
1938           folder on IMAP4 server.
1939           imap_remove_folder(): added.
1940           imap_create(), imap_delete(): added.
1941         * src/summaryview.c: summary_execute_delete(): don't check trash
1942           if folder type is not F_MH.
1943         * thanks to Ishihara for the above changes.
1944         * configure.in
1945           ac/check-type.m4: better wint_t typedef detection (renamed
1946           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
1947
1948 2001-04-30
1949
1950         * src/recv.c: recv_bytes_write(): fixed another bug that caused
1951           infinite loop and buffer overrun.
1952
1953 2001-04-30
1954
1955         * src/socket.[ch]: renamed sock_read() and fd_read() to
1956           sock_gets() and fd_gets() for preventing confusion.
1957           Added sock_read() and fd_read() which is the wrapper of read().
1958         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
1959           loop. Use sock_read() instead of fd_read().
1960         * src/esmtp.c
1961           src/imap.c
1962           src/news.c
1963           src/nntp.c
1964           src/pop.c
1965           src/recv.c
1966           src/smtp.c: use sock_gets() instead of sock_read().
1967         * src/imap.c: imap_session_new(): fixed the error detection
1968           of imap_open().
1969
1970 2001-04-28
1971
1972         * src/inc.c: made it displays current read bytes to the dialog.
1973         * src/pop.c: recv_write(): call UI function before editing
1974           strings.
1975
1976 2001-04-27
1977
1978         * src/progressdialog.c: progress_dialog_create(): modified the
1979           size of dialog and made it stretchable.
1980         * src/smtp.c
1981           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
1982           process an error response correctly (thanks to Ohmasa).
1983         * src/pop.[ch]: added pop3_getsize_list_send(),
1984           pop3_getsize_list_recv().
1985         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
1986           call the callback function for each sock_read().
1987         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
1988           cur_msg_bytes, cur_total_bytes, and sizes.
1989         * src/inc.c: added inc_pop3_recv_func() that updates the progress
1990           bar for each sock_read().
1991
1992 2001-04-26
1993
1994         * src/mh.c: mh_is_maildir_one(): modified so that it uses
1995           is_dir_exist().
1996
1997 2001-04-25  Werner Koch  <wk@gnupg.org>
1998
1999         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
2000         (mh_scan_tree_recursive): Do not include Maildir style directories
2001         in the scan.
2002
2003         Changed the use of integers to describe sockets by an more abstract
2004         data structure.
2005
2006         * src/automaton.h (struct _Automaton): Add help_sock.
2007         * src/automaton.c (automaton_input_cb): Changed source to be
2008         SockInfo and use wrapper for gdk_input_add.
2009
2010         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
2011         for invalid socket because this is now done in sock_close. Set
2012         sock to NULL.
2013         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
2014         (send_smtp_open): Use only SockInfo.
2015
2016         * src/news.c (news_session_new): Use SockInfo here.
2017         (news_session_destroy): Ditto and set sock to NULL.
2018
2019         * src/nntp.c: Use SockInfo instead of integers
2020         * src/smtp.c: Ditto.
2021         * src/pop.c: Ditto.
2022         * src/recv.c: Ditto.
2023
2024         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
2025         gdk_input_add into a wrapper.
2026
2027         * src/esmtp.c: Changed socket descriptors to use SockInfo.
2028         * src/esmtp.h: Ditto, included socket.h.
2029         * src/session.h (struct _Session): Likewise.
2030         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
2031         Removed access to internal data of SockInfo.  Changed all callers
2032         and functions to take SockInfo.
2033         (imap_session_new): Use sock_close here.
2034         (imap_session_destroy): Ditto.
2035
2036         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
2037         fd_write.
2038
2039         * src/main.c (app_will_exit): Close lock socket using fd_close.
2040         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
2041         (lock_socket_input_cb): Ditto.
2042
2043         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
2044         glib channels. Changed all sock_xxx to use SockInfo instead of an
2045         integer.
2046         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
2047         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
2048         callers.
2049         (fd_read, fd_write, fd_close): New.
2050         (sock_sockinfo_free): Removed.
2051         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
2052         (sock_connect): Ditto.
2053
2054 2001-04-26
2055
2056         * config.h.in: removed.
2057         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
2058         * .cvsignore: added.
2059         * src/inc.c
2060           src/progressdialog.[ch]
2061           src/pixmaps/complete.xpm
2062           src/pixmaps/continue.xpm
2063           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
2064           that displays the state of message incorporation (thanks!).
2065         * src/inc.c: made the progress dialog change the text of status.
2066
2067 2001-04-25
2068
2069         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
2070           from the cvs tree.
2071         * COPYING: removed RSA copyright notice.
2072         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
2073         * configure.in: added the check of sys/utsname.h.
2074
2075 2001-04-24  Werner Koch  <wk@gnupg.org>
2076
2077         Merged most of the changes from the W32 branch in.
2078
2079         * configure.in: Require gpgme >= 0.2.1
2080
2081         * acconfig.h (HAVE_U32_TYPEDEF): New.
2082         * ac/gnupg-check-typedef.m4: New.
2083         * configure.in: Check for u32 type and the size of some types.
2084         * src/utils.h: Define the u32 type and related constants.
2085
2086         * src/about.c (about_create): Removed the note about MD5.  We are
2087         not any longer using the RSA Inc. implementation.
2088         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
2089         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
2090         renamed the function to standard lowercase convention. Changed all
2091         callers. 
2092         (md5_hex_digest): New.
2093         (md5_hmac): Add hmac function by Martin Schaaf with some 
2094         modifications.
2095         (md5_hex_hmac): New.
2096         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
2097         (hmac_md5): Removed.
2098         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
2099         the new md5_hex_digest function.
2100
2101         * src/about.c: Include utsname.h only if available
2102
2103         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
2104         special Windoze requirements.  Changed all calls to
2105         g_get_home_dir() to this function.
2106
2107         * simple-gettext.c: New.
2108
2109         * src/main.c (main): Issue a warning if GnuPG is not properly
2110         installed.
2111
2112         * src/sigstatus.c, src/sigstatus.h: New.
2113         * src/rfc2015.c (check_signature): Use the sigstatus window and
2114         get the status texts from a utility function.
2115
2116         * src/select-keys.c: Removed the global select_keys var and
2117         pass an allocated one along all functions.
2118         (set_row): Display only keys capable of encryption.
2119         (update_progress): Replaced the progressbar by
2120         a windmill and a text showing for which key we are collecting
2121         info.  Removed progressbar everywhere else and updated callers.
2122
2123         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
2124         display the grab button. 
2125
2126 2001-04-24
2127
2128         * src/prefs_common.[ch]
2129           src/procheader.c: applied the patch from Darko Koruga that
2130           allows user to define their own format for displaying date in
2131           summary view using strftime() (thanks!).
2132         * src/prefs_common.c: prefs_quote_colors_dialog()
2133           src/mainwindow.c: main_window_reflect_prefs_all(): made it
2134           update message colors if the colors setting is changed.
2135         * src/main.[ch]: made it remember the startup directory.
2136         * src/export.c: export_mbox(): made it initially chdir to the
2137           startup directory.
2138         * src/filesel.c: filesel_select_file(): made it open the startup
2139           directory at first.
2140
2141 2001-04-23
2142
2143         * added option to warn about queued messages on exit [sergey]:
2144
2145           * src/compose.c: compose_queue(): call folder_item_scan()
2146             and folderview_update_item() after queueing.
2147           * src/folderview.c: folderview_update_node(): draw the queue
2148             folder in bold font if there are queued messages.
2149           * src/mainwindow.c: queued_messages(): new function.
2150             app_exit_cb(): display warning if there are queued messages
2151             if warn_queued_on_exit is set.
2152           * prefs_common.[ch]: add warn_queued_on_exit option.
2153
2154         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
2155           it to get_queued_message_num().
2156         * src/main.c: app_will_exit(): moved warning dialog code from
2157           app_exit_cb(), and added manage_window_focus_in().
2158
2159         * enhanced GnuPG key selection support [sergey]:
2160
2161           * src/select-keys.c: updated to newer version from Win32
2162             branch with support for selecting arbitrary keys.
2163           * src/prefs_account.c: added the Privacy tab to the account
2164             options window.
2165             prefs_account_privacy_create(),
2166             prefs_account_sign_key_set_data_from_radiobtn(),
2167             prefs_account_sign_key_set_radiobtn(): new functions.
2168           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2169           * src/rfc2015.c: set_signers(): new function.
2170             pgp_sign(): add the account parameter, call set_signers().
2171             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2172           * src/rfc2015.h: rfc2015_sign(): updated prototype.
2173           * src/compose.c: pass the current account to rfc2015_sign().
2174
2175 2001-04-22
2176
2177         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
2178
2179 2001-04-20
2180
2181         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
2182           Fixed a memory leak bug.
2183         * src/export.[ch]: added for exporting folder to mbox.
2184         * src/import.[ch]: made import_mbox() take default folder.
2185           Added description to the dialog.
2186         * src/summaryview.c: summary_show(): fixed a bug that kept the
2187           toolbar buttons insensitive after receiving messages.
2188         * src/export.c
2189           src/import.c: fixed a bug that caused quitting of the program
2190           when OK or Cancel button was clicked several time.
2191         * src/prefs_common.[ch]
2192           src/addressbook.c: added "Add address to destination when
2193           double-clicked" option.
2194
2195 2001-04-19
2196
2197         * src/prefs_common.[ch]: reorganized the items of settings,
2198           and added Message tab.
2199         * src/main.c: parse_cmd_opt(): added command line option --version.
2200         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
2201           special folders.
2202         * src/prefs_common.[ch]
2203           src/headerview.[ch]: the header pane can be toggled now.
2204         * src/prefs_common.[ch]
2205           src/textview.c: page scroll step is now selectable between
2206           one page and half page.
2207         * src/mbox.[ch]: added export_mbox() that reads all messages
2208           in a folder, and store them into one mbox file.
2209
2210 2001-04-18
2211
2212         * src/prefs_filter.[ch]: separated filter setting code from
2213           prefs_common.c, and made it a separate dialog.
2214
2215 2001-04-17
2216
2217         * version 0.4.64
2218
2219         * src/automaton.[ch]
2220           src/inc.c: fixed the bug that made Sylpheed crash when clicking
2221           Cancel button while getting new mail (thanks to Sergey Vlasov).
2222         * src/xml.c: xml_build_tree()
2223           src/addressbook.c: fixed a bug that caused infinite loop if an
2224           illegal XML file was given.
2225
2226 2001-04-16
2227
2228         * src/summaryview.c
2229           src/inc.c: applied the patch from Sergey Vlasov that fixes the
2230           problem when the "Go to inbox after receiving new mail" option
2231           was turned off (thanks!).
2232
2233 2001-04-15
2234
2235         * src/xml.[ch]: modified so that it supports some characters which
2236           must be escaped, and multiple-lined tag.
2237         * src/folder.c
2238           src/addressbook.c: modified so that it escapes some characters
2239           like '<', '>', '&', ''', '"'.
2240
2241 2001-04-10
2242
2243         * version 0.4.63
2244
2245         * src/folder.[ch]
2246           src/mainwindow.c
2247           src/mh.[ch]
2248           src/procmsg.[ch]
2249           src/summaryview.[ch]: applied the patch from Darko Koruga that
2250           adds copy message operation for the MH folders (thanks!).
2251         * src/imap.c: disabled slash to dot conversion.
2252         * src/imageview.c: fixed a bug that displayed an old image when
2253           loading of a image failed (thanks to Darko Koruga).
2254
2255 2001-04-09
2256
2257         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
2258           cache reading (thanks to Sergey Vlasov).
2259         * src/inc.c
2260           src/summaryview.[ch]
2261           prefs_common.[ch]: applied the patch that keeps the same folder
2262           after receiving new mail (thanks to Sergey Vlasov).
2263         * src/textview.c
2264           src/utils.[ch]: moved get_quote_level() to utils.c.
2265
2266 2001-04-08
2267
2268         * ac/Makefile.am: added.
2269         * Makefile.am
2270           configure.in: added ac directory.
2271
2272 2001-04-07
2273
2274         * src/summaryview.c: summary_filter(): made it move messages
2275           immediately if immediate_exec option is set.
2276         * src/prefs_common.[ch]
2277           src/textview.[ch]
2278           src/gtkutils.[ch]: applied the message coloring patch from
2279           Stephen Anthony with some modification (thanks!).
2280         * src/gtksctree.c
2281           src/mimeview.c: modified the behavior of MimeView (thanks to
2282           HIRAMATSU).
2283
2284 2001-04-06
2285
2286         * src/utils.c: copy_file()
2287           src/mh.c: applied (and modified) the patch from Darko Koruga
2288           that enables to move messages across file systems (thanks!).
2289         * src/procheader.c
2290           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
2291           that converts the date of messages to the local time (thanks!).
2292         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
2293           of one-letter timezone were reversed.
2294         * src/folder.c: folder_item_add_msg(): put the assertion for the
2295           add_msg() method (thanks to TAKANO).
2296
2297 2001-04-05
2298
2299         * src/procmime.c: procmime_decode_content(): fixed a bug that
2300           corrupted quoted-printable encoded messages when they include
2301           `=00' (thanks to Masahiro Tomita).
2302         * src/gtksctree.c
2303           src/mimeview.c
2304           src/summaryview.c: modified the DnD behavior of MIME view
2305           (thanks to HIRAMATSU).
2306
2307 2001-04-04
2308
2309         * src/about.c: applied the patch from Sergey Vlasov that fixes
2310           the appearance of the about dialog (thanks!).
2311         * src/prefs_common.[ch]
2312           src/rfc2015.[ch]
2313           src/mimeview.c
2314           src/procmime.[ch]
2315           src/compose.[ch]
2316           src/passphrase.c
2317           src/textview.[ch]: applied the GnuPG support patch which had
2318           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
2319         * INSTALL, INSTALL.jp: updated the description about GnuPG.
2320
2321 2001-04-03
2322
2323         * src/utils.[ch]: added references_list_append() that parses
2324           References header and makes it string list.
2325         * src/compose.c: modified so that too long References header is
2326           truncated, garbage characters are removed, and header is tidied
2327           up (thanks to Matthias Intemann).
2328
2329 2001-04-02
2330
2331         * src/addr_compl.c: applied the address completion bugfix patch
2332           from Alfons Hoogervorst (thanks!).
2333
2334 2001-04-01
2335
2336         * src/gtksctree.c: modified so that the tree_select_row signal
2337           actually pass the column number.
2338         * src/summaryview.c: summary_selected(): made generic mark and
2339           unread mark can be toggled with clicking of the columns.
2340           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
2341         * src/prefs_common.c
2342           src/prefs_account.c: applied the layout fix patches from Sergey
2343           Vlasov, and adjusted some widths of GtkEntry widgets.
2344         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
2345         * src/inc.c: inc_start(): modified so that authentication dialogs
2346           show server name too (thanks to Sergey Vlasov).
2347
2348 2001-03-31
2349
2350         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
2351           segmentation fault when a malformed multipart message is shown
2352           (thanks to Sergey Vlasov).
2353         * src/summaryview.c: summary_display_msg(): made it focus to the
2354           summary view if the MIME list is empty.
2355
2356 2001-03-30
2357
2358         * src/pixmaps/deleted.xpm
2359           src/pixmaps/mark.xpm
2360           src/summaryview.c: added deleted and mark icon.
2361         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
2362           to gtk_widget_unref().
2363         * src/addr_compl.c: start_address_completion(): fixed the bug that
2364           displayed warning when the address book was empty (thanks to
2365           Chideok Hwang).
2366
2367 2001-03-29
2368
2369         * src/summaryview.c: summary_show(): fixed a memory leak bug
2370           (thanks to ChiDeok Hwang).
2371         * src/pixmaps/forwarded.xpm
2372           src/pixmaps/replied.xpm
2373           src/pixmaps/new.xpm
2374           src/pixmaps/unread.xpm
2375           src/compose.c
2376           src/mainwindow.c
2377           src/prefs_common.c
2378           src/procmsg.h
2379           src/summaryview.[ch]: applied the patch from Marc Hoper
2380           that adds replied and forwarded mark to replying or forwarding
2381           messages (thanks!). And new and unread mark were replaced
2382           by the icons David Mehrmann created (thanks!).
2383         * src/summaryview.c: made the width of unread and MIME column
2384           fixed.
2385         * src/prefs.c: prefs_config_parse_one_line(): made it check the
2386           '=' separator (thanks to Sergey Vlasov).
2387
2388 2001-03-26
2389
2390         * src/prefs_common.[ch]: moved smooth scroll option to the
2391           interface tab.
2392         * src/textview.c: made the one-line scroll also perform smooth
2393           scrolling.
2394
2395 2001-03-25
2396
2397         * src/prefs_common.[ch]
2398           src/textview.c: applied the smooth scroll patch from Setoh and
2399           Ninomiya (thanks!).
2400
2401 2001-03-24
2402
2403         * src/summaryview.c: summary_attract_by_subject(): rewritten it
2404           using hash table for speeding up.
2405         * src/prefs_account.c: made filter_on_receive TRUE by default.
2406         * src/mainwindow.c: reordered menu items.
2407
2408 2001-03-23
2409
2410         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
2411           caused address completion not to accept space and enter key.
2412
2413 2001-03-22
2414
2415         * src/utils.[ch]
2416           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
2417           correctly.
2418         * src/compose.c: fixed a bug that didn't decode some headers
2419           correctly when replying or reediting drafts (thanks to Sergey
2420           Vlasov).
2421
2422 2001-03-21
2423
2424         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
2425           behaviors of some classes.
2426         * src/main.c: main(): made it call gtkut_widget_init() first.
2427         * src/summaryview.c: summary_create(): removed the key binding code.
2428
2429 2001-03-19
2430
2431         * src/procmsg.[ch]: modified for the sake of readability.
2432
2433 2001-03-18
2434
2435         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
2436           Added new menu items for folder manipulation.
2437           allsel_cb(): made it change the target between summary view and
2438           message view according to the input focus.
2439           Removed "Select all" from Summary submenu.
2440         * src/folderview.[ch]: added functions for creating/renaming/deleting
2441           folder.
2442         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
2443           removed "important" flag.
2444         * src/summaryview.c: added summary_set_row_marks() that sets style
2445           of a row according to the flags, and made some functions use it.
2446         * src/mainwindow.c: allsel_cb(): modified so that it selects
2447           summary view correctly if message view is toggled off.
2448
2449 2001-03-17
2450
2451         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
2452           leak bug of socket, and rewrote the routine.
2453         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
2454           displayed the wrong unread number in the folder tree if a
2455           folder was open and new messages arrived at the folder.
2456         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
2457           again.
2458
2459 2001-03-15
2460
2461         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
2462           check the existence of the destination file.
2463         * src/procmsg.c: procmsg_set_flags(): made it count the last
2464           number of the message list (and fixed a bug that didn't open
2465           newly arrived message).
2466
2467 2001-03-13
2468
2469         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
2470           Shift_JIS from the outgoing codeset.
2471
2472 2001-03-12
2473
2474         * version 0.4.62
2475
2476 2001-03-11
2477
2478         * src/send.c: send_message_queue(): modified so that it finds
2479           the account from the `From' and the server name of the queued
2480           message.
2481         * src/account.[ch]: added account_find_from_smtp_server() that
2482           finds an account from the specified address and SMTP server.
2483         * src/Makefile.am
2484           src/mainwindow.c
2485           src/summaryview.[ch]
2486           src/sourcewindow.[ch]: integrated the viewing source patch from
2487           DINH V. Hoà (thanks!).
2488
2489 2001-03-10
2490
2491         * src/addr_compl.[ch]
2492           src/addressbook.c
2493           src/compose.c: applied the enhanced address completion patch
2494           from Alfons Hoogervorst (thanks!).
2495         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
2496         * src/folder.c: folder_init()
2497           src/folderview.c: folderview_drag_motion_cb()
2498           src/procmsg.c: procmsg_clean_trash()
2499           src/summaryview.c: summary_start_drag()
2500           src/imap.[ch]: integrated the IMAP4 move/remove function patch
2501           from Suzuki Mio (thanks!).
2502
2503 2001-03-08
2504
2505         * src/main.c: parse_cmd_opt(): made the --compose option realize
2506           mailto: URI.
2507         * src/utils.[ch]: execute_async(): supported quoted arguments
2508           correctly.
2509           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
2510           version of g_strsplit().
2511         * src/mimeview.c: mimeview_view_file()
2512           src/prefs_common.c: added single quotation mark around the file
2513           name.
2514
2515 2001-03-07
2516
2517         * configure.in
2518           src/compose.c
2519           src/prefs.c
2520           src/procmime.c
2521           src/summaryview.c
2522           src/mbox.c
2523           src/recv.c
2524           src/utils.[ch]: applied the security fix patch from Dmitry V.
2525           Levin with some modification (thanks!). Added my_tmpfile() to
2526           utils.[ch].
2527         * src/main.c: added --receive-all command-line option.
2528
2529 2001-03-06
2530
2531         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
2532           compile if both multithread and IPv6 are enabled (thanks to
2533           Ishihara).
2534         * src/utils.[ch]
2535           src/compose.c: applied a patch from Jason McCarver that allows
2536           FIFO for signature file (thanks!).
2537         * src/textview.c: made some more refactoring.
2538         * src/socket.c: sock_accept(): changed socklen_t to gint.
2539
2540 2001-03-05
2541
2542         * src/main.c
2543           src/textview.c: some code cleanups.
2544
2545 2001-03-04
2546
2547         * src/compose.[ch]
2548           src/main.c
2549           src/textview.c: integrated the patch from Alfons Hoogervorst that
2550           fixes some glitches in clickable URI and enables mail addresses
2551           clickable, and enables the --compose command line option to
2552           specify address (thanks!).
2553
2554 2001-03-03
2555
2556         * src/esmtp.[ch]
2557           src/smtp.[ch]
2558           src/send.c
2559           src/prefs_account.[ch]
2560           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
2561           and fixed its a few bugs (thanks!).
2562         * src/textview.c: textview_key_pressed(): made it don't move focus
2563           to summary view.
2564         * src/main.c: parse_cmd_opt(): modified the help message.
2565         * src/html.[ch]: added empty_line to HTMLParser and modified
2566           the parser routines a bit.
2567
2568 2001-03-01
2569
2570         * src/html.c: added eucjp_symbol_list, and added some characters
2571           to ascii_symbol_list.
2572
2573 2001-02-19
2574
2575         * src/codeconv.[ch]: added a member `charset' and `charset_str'
2576           to CodeConverter.
2577         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
2578           html_parser_new(): made it change the symbol hash table
2579           according to the character set of the document.
2580           html_parse_special(): made it recognize character code number.
2581
2582 2001-02-17
2583
2584         * src/textview.c: added textview_show_html() that parses HTML and
2585           display as a text.
2586           textview_show_part(): made it call textview_show_html() if
2587           the part is text/html.
2588         * src/html.[ch]: implemented HTML parser.
2589
2590 2001-02-15
2591
2592         * src/codeconv.[ch]: added CodeConverter, and its methods
2593           (conv_code_converter_new(), conv_code_converter_destroy(), and
2594            conv_convert()).
2595         * src/textview.c: removed the branches by HAVE_LIBJCONV and
2596           rewrote them using CodeConverter.
2597
2598 2001-02-12
2599
2600         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
2601
2602 2001-02-11
2603
2604         * src/codeconv.c: some code cleanups.
2605
2606 2001-02-05
2607
2608         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
2609           popup the main window correctly.
2610         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
2611           CS_EUC_TW was reversed (thanks to Sakamoto).
2612
2613 2001-02-04
2614
2615         * src/gtkutils.[ch]
2616           src/main.c
2617           src/mainwindow.[ch]
2618           src/socket.[ch]: applied the patch from Hiramatu that enables
2619           prohibition of multiple execution and remote control with
2620           command line option (thanks!).
2621
2622 2001-02-03
2623
2624         * src/summaryview.c: summary_button_pressed(), summary_selected():
2625           made it toggle the view if middle button is clicked while message
2626           view is hidden.
2627           summary_drag_data_get(): fixed a memory leaking.
2628         * src/Makefile.am
2629           src/compose.c: compose_write_headers(): modified so that it uses
2630           host_alias for X-Mailer or X-Newsreader field.
2631
2632 2001-02-03
2633
2634         * version 0.4.61
2635
2636         * src/folderview.c: fixed a bug that prevented a folder from being
2637           created if there were already folders that have the same name
2638           somewhere at another place.
2639
2640 2001-02-02
2641
2642         * src/folderview.c: folderview_update_all(): fixed a bug that
2643           caused segmentation fault when a folder was selected after
2644           updating the folder tree.
2645         * src/compose.c: compose_send(): fixed a locking bug.
2646           compose_write_headers(): fixed a bug that referred to cur_account.
2647           compose_convert_header(): made it check the arguments.
2648
2649 2001-02-01
2650
2651         * src/main.c: some cleanups and added --help option.
2652
2653 2001-01-31
2654
2655         * src/send.c: re-enabled user-defined domain name setting.
2656         * src/utils.c: is_next_mbs(): changed the size of temporary
2657           multibyte array to MB_CUR_MAX.
2658           strdup_mbstowcs(): added error check to mbstowcs().
2659           strdup_wcstombs(): added error check to wcstombs().
2660         * src/addr_compl.c: get_address_from_edit(): made it check the
2661           return value of strdup_mbstowcs().
2662         * src/codeconv.c: conv_encode_header(): added error checking
2663           to strdup_mbstowcs().
2664
2665 2001-01-30
2666
2667         * src/utils.c: log_error(): changed g_error() to g_warning() so
2668           that it doesn't abort.
2669           Added iswalnum().
2670         * src/addr_compl.c: add_address(): fixed a bug that aborted the
2671           program if the name or the address is empty.
2672           get_address_from_edit(): supported multibyte characters.
2673         * configure.in: fixed a typo.
2674         * src/send.c: re-enabled user-defined SMTP port setting.
2675
2676 2001-01-30
2677
2678         * version 0.4.60
2679
2680         * configure.in: added --enable-gpgme option, and disabled GPGME
2681           by default.
2682         * made GPGME related members in MimeInfo not used if disabled.
2683         * src/rfc2015.c: some cleanups for warning.
2684         * README
2685           README.jp
2686           INSTALL
2687           INSTALL.jp: updated.
2688         * Makefile.am: modified bzip2 option.
2689
2690 2001-01-29
2691
2692         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
2693           MIME type.
2694         * src/mimeview.c: mimeview_view_file(): made it do nothing if
2695           the MIME type is application/octet-stream.
2696         * src/folderview.c: folderview_update_all(): made it show modal
2697           dialog while updating folders.
2698         * src/folderview.c: folderview_update_all(): fixed a bug that
2699           didn't remove the dialog.
2700
2701 2001-01-28
2702
2703         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
2704           launches the attached file using metamail (thanks!).
2705         * src/procmime.[ch]: added procmime_get_tmp_file_name().
2706         * src/compose.c
2707           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
2708           that enables address completion in the address entry on the
2709           composition window (thanks!).
2710         * src/addr_compl.c: get_all_addresses(), read_address_book():
2711           modified so that it uses xml_free_tree() for freeing the address
2712           tree.
2713
2714 2001-01-27
2715
2716         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
2717           remove the current directory (thanks to Maki).
2718         * src/summary_search.c: added `Select all matched' option to the
2719           search dialog (thanks to Takahashi).
2720         * src/pixmaps/stock_mail_attach.xpm
2721           src/pixmaps/tb_address_book.xpm
2722           src/compose.c: added some toolbar icons contributed from
2723           Leandro Pereira (thanks!).
2724
2725 2001-01-25
2726
2727         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
2728           segmentation fault when the passphrase dialog was cancelled.
2729           Hided the passphrase in the debug message.
2730         * src/about.c: about_create(): fixed a bug that failed to compile
2731           when none of the features were used.
2732         * src/foldersel.c: foldersel_set_tree(): made it display all
2733           MH folders.
2734         * src/inc.c: inc_start(): fixed a bug that showed password dialog
2735           continuously if it was cancelled.
2736         * src/summaryview.c: summary_write_cache(): put an assertion after
2737           folder_item_get_cache_file() to prevent the crash.
2738         * thanks to Maki for the above four fixes.
2739         * src/utils.h: added #include <alloca.h>.
2740
2741 2001-01-24
2742
2743         * src/rfc2015.c: changed some g_message() used for error messages
2744           to g_warning().
2745
2746 2001-01-23
2747
2748         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
2749           it can handle a string data of which length >= BUFFSIZE.
2750         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
2751         * src/pixmaps/stock_mail_receive_all.xpm
2752           src/pixmaps/stock_mail_reply_to_all.xpm
2753           src/Makefile.am
2754           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
2755           icons contributed from David Mehrmann (thanks!).
2756         * src/inc.[ch]: overhauled the architecture so that it don't create
2757           and destroy progress dialog for each incorporation in `get all'
2758           mode.
2759
2760 2001-01-22
2761
2762         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
2763           sub folders named `inbox', etc. as special folders.
2764         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
2765           boundary correctly.
2766
2767 2001-01-21
2768
2769         * applied the GnuPG patch from Werner Koch (thanks!).
2770         * removed Mixmaster support.
2771         * src/rfc2015.c: changed g_error() to g_warning() and modified some
2772           messages.
2773         * src/about.c: about_create(): modified compiled-in features list.
2774         * README
2775           README.jp
2776           INSTALL
2777           INSTALL.jp: updated.
2778         * src/select-keys.c: create_dialog(): modified the layout.
2779         * src/headerwindow.c
2780           src/addressbook.c
2781           src/logwindow.c: made it raise the window if the window is already
2782           open.
2783         * src/prefs_common.[ch]: added an option for immediate execution.
2784         * src/summaryview.c: made it execute immediately when messages are
2785           moved or deleted if immediate_exec option is turned on.
2786         * src/summaryview.c: summary_delete(), summary_move_selected_to():
2787           moved summary_step() before summary_execute().
2788         * src/folderview.c: folderview_update_all(): made it scan folder
2789           tree correctly.
2790         * src/compose.c: compose_write_headers(): made it don't add
2791           In-Reply-To header if to_list is empty.
2792
2793 2001-01-09  Werner Koch  <wk@gnupg.org>
2794
2795         * configure.in, acconfig.h: Check for GPGME.
2796         * ac/: New directory for local autoconf macros.
2797         * src/Makefile.am: Add support for GPGME
2798
2799         * src/main.c (idle_function_for_gpgme): New.
2800         (main): Register this function.
2801
2802         * src/about.c: Add a note about GPGME.
2803
2804         * src/rfc2015.c, rfc2015.h: New.
2805
2806         * src/mimeview.c (mimeview_show_message): Check signature.
2807         * src/procmime.c (procmime_scan_message): Ditto.
2808
2809         * src/messageview.c (messageview_show): Add decryption stuff.
2810
2811         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
2812         (compose_toggle_encrypt_cb): New
2813         (compose_toggle_mixmaster_cb): New, just to be prepared for
2814         Mixmaster support.
2815         (compose_write_headers): Suppress some headers in mixmaster mode.
2816
2817         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
2818         (prefs_privacy_create): New.  Also some new structures etc.
2819         * src/compose.c (compose_create): Set encrypt button to prefs default.
2820         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
2821
2822         * src/compose.c (compose_send): Add missing unlock before one return.
2823
2824 2001-01-18
2825
2826         * src/gtksctree.[ch]
2827           src/folderview.c
2828           src/summaryview.[ch]: applied the patch from Hiramatu that enables
2829           DnD from the summary view to the folder view and fixes some other
2830           probrems (thanks!).
2831         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
2832           segmentation fault.
2833         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
2834         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
2835           didn't toggle expansion of node.
2836
2837 2001-01-17
2838
2839         * src/imap.c: applied the patch from Nishimura that updates the
2840           message list more precisely and reads the message flags (thanks!).
2841         * src/textview.c: textview_show_header(): made X-Newsreader field
2842           be emphasized too.
2843         * src/summaryview.c: summary_show(): made it flush events when
2844           displaying summary.
2845
2846 2001-01-15
2847
2848         * src/summaryview.c: applied the patch from Alfons that enabled
2849           the horizontal scrollbar of summary view (thanks!).
2850
2851 2001-01-13
2852
2853         * src/compose.c: compose_cb(): fixed a bug that didn't open the
2854           composition window right after launching the program.
2855         * src/setup.c: scan_tree_func(): fixed a bug that caused
2856           segmentation fault.
2857
2858 2001-01-13
2859
2860         * version 0.4.52
2861
2862         * src/textview.c: textview_set_font(): fixed a bug that caused
2863           segmentation fault if the mode of the text widget was changed
2864           between multibyte and singlebyte while the region was selected
2865           (GTK+ bug?).
2866
2867 2001-01-11
2868
2869         * src/mainwindow.c
2870           src/summaryview.c: made it unable to delete or move messages when
2871           in a news folder.
2872         * src/prefs_common.c
2873           src/news.c: added the option for maximum news article number.
2874
2875 2001-01-10
2876
2877         * src/compose.c: compose_send(): changed the location of temporary
2878           file. Made it use the default account if all of tried account
2879           aren't mail one, and made it show alert dialog and abort when even
2880           that failed.
2881         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
2882           last id number.
2883           prefs_account_open(): made it fill in personal information
2884           according to the default account when creating a new account.
2885         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
2886           proper version number (thanks to BONAIM).
2887         * configure.in
2888           Makefile.am: added entries for sylpheed.spec.in.
2889
2890 2001-01-09
2891
2892         * src/compose.[ch]: modified so that it can change account
2893           correctly.
2894         * src/send.[ch]: modified so that it doesn't see cur_account.
2895         * src/prefs_account.c: modified so that news setting doesn't
2896           show SMTP server entry.
2897
2898 2001-01-08
2899
2900         * src/folderview.c: fixed a bug that didn't sort special folders
2901           correctly when a new folder is created or renamed.
2902
2903 2001-01-07
2904
2905         * src/compose.[ch]: enabled to select account at composing window.
2906         * src/folderview.c: made it display unread number next to folder
2907           name.
2908         * src/prefs_common.[ch]: added the option for unread number display.
2909
2910 2001-01-06
2911
2912         * src/compose.[ch]: integrated news posting patch from DINH V. Hoà
2913           and made many modifications (thanks!).
2914           compose_write_headers(): made the spaces in newsgroups removed.
2915           Supported Followup-To.
2916           compose_destroy(): got the objects removed properly.
2917         * src/news.c: merged news_post_to_group() and news_post() since
2918           they doesn't have to do multiple posting.
2919         * src/import.c: import_destsel_cb(): fixed a bug that failed to
2920           import into the selected folder.
2921         * src/prefs_account.c: modified the interfaces.
2922
2923 2001-01-05
2924
2925         * src/codeconv.[ch]
2926           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
2927           string is registerd to IANA.
2928         * src/nntp.[ch]: added nntp_post().
2929         * src/news.[ch]: added news_post() and news_post_to_group().
2930
2931 2001-01-04
2932
2933         * src/account.c: account_edit_open()
2934           src/mainwindow.c: new_account_cb(): made it unable to edit
2935           accounts if some composing windows are open.
2936
2937 2001-01-03
2938
2939         * src/folder.[ch]: added folder_set_name().
2940         * src/account.c: made a folder name of IMAP4/NNTP become the same
2941           as the name of account.
2942
2943 2001-01-02
2944
2945         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
2946           to filter messages.
2947
2948 2001-01-02
2949
2950         * version 0.4.51
2951
2952         * src/mbox.c: fixed a bug that didn't incorporate spool file
2953           correctly. Modified so that it recognizes From_ line as separator
2954           of messages even if the previous line isn't empty line.
2955         * src/send.c: send_message_queue()
2956           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
2957           warning when it tried to delete a sent message.
2958
2959 2001-01-01
2960
2961         * version 0.4.50
2962
2963         * src/folder.[ch]
2964           src/news.[ch]: modified so that it actually gets news articles.
2965         * src/utils.[ch]: added make_dir_hier() that creates directory
2966           hierarchy.
2967         * src/folder.c:
2968           folder_item_get_cache_file(), folder_item_get_mark_file():
2969           made it creates cache directory if it doesn't exist.
2970           folder_add(): made it insert the added folder into the correct
2971           position.
2972         * src/imap.[ch]: modified so that it suits the new folder
2973           architecture. Fixed a bug that caused segmentation fault
2974           if authentication failed at imap_auth().
2975         * src/folderview.c: implemented IMAP4 folder handling routines.
2976
2977 2000-12-31
2978
2979         * src/prefs_account.[ch]: added account ID and nntp_server
2980           to PrefsAccount. And added the interface for NNTP server.
2981         * src/folderview.c: modified news folder handling routines.
2982         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
2983           modified folder_item_get_path().
2984
2985 2000-12-29
2986
2987         * src/folder.[ch]: added create_folder(), rename_folder(),
2988           remove_folder() to Folder class.
2989         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
2990           mh_remove_folder().
2991           Implemented mh_create_tree() that creates MH directory tree.
2992           mh_rename_folder(): modified so that the paths of sub folders
2993           are set properly.
2994         * src/folderview.c: modified folderview_new_folder_cb(),
2995           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
2996           so that they work properly.
2997           Added folderview_remove_mailbox_cb() and the menu entry that
2998           remove mailbox from folder tree.
2999         * src/setup.[ch]: added for initial setup.
3000         * src/alertpanel.c: modified the appearance of the dialog.
3001         * src/compose.c: fixed compose_save_to_outbox() and
3002           compose_queue() so that it sets flags correctly.
3003
3004 2000-12-28
3005
3006         * src/mainwindow.c: modified the strings of toolbar labels.
3007
3008 2000-12-27
3009
3010         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
3011         * src/summaryview.c: summary_display_msg(): made it scroll the
3012           list if the message of the edge of that is displayed.
3013
3014 2000-12-25
3015
3016         * src/folder.[ch]
3017           src/mh.[ch]: added functions for moving messages.
3018         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
3019           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
3020
3021 2000-12-24
3022
3023         * src/utils.[ch]: added get_tmp_file().
3024         * src/pop.c
3025           src/inc.c
3026           src/folder.c: fixed a bug that failed to drop messages.
3027         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
3028           number of the folder.
3029
3030 2000-12-23
3031
3032         * src/folderview.c: added special folder setting routine.
3033         * src/folder.[ch]: added a method is_msg_changed().
3034           Implemented folder_find_item_from_path().
3035         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
3036         * autogen.sh: fixed so that the configure can take arguments.
3037
3038 2000-12-22
3039
3040         * src/main.c
3041           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
3042           the path of mailbox and create the one.
3043         * src/folderview.c: made the folder tree and selected folder
3044           expanded.
3045
3046 2000-12-21
3047
3048         * src/mh.[ch]
3049           src/folder.c: implemented mh_scan_tree() that scans the folder
3050           recursively and create the tree.
3051
3052 2000-12-19
3053
3054         * src/compose.c
3055           src/defs.h
3056           src/filter.[ch]
3057           src/folder.[ch]
3058           src/foldersel.[ch]
3059           src/folderview.[ch]
3060           src/imap.[ch]
3061           src/import.c
3062           src/inc.c
3063           src/main.[ch]
3064           src/mainwindow.c
3065           src/mbox.[ch]
3066           src/mh.[ch]
3067           src/news.[ch]
3068           src/prefs_common.c
3069           src/procmsg.[ch]
3070           src/summaryview.[ch]
3071           src/xml.[ch]
3072           src/Makefile.am: merged the development tree into the cvs tree.
3073           Some functions are not unimplemented yet.
3074
3075 2000-12-18
3076
3077         * version 0.4.9
3078
3079 2000-12-11
3080
3081         * src/xml.[ch]: supported omitted tag (<tag />).
3082         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
3083         * src/imap.c: imap_parse_atom(): fixed a bug that caused
3084           segmentation fault if the subject was empty (thanks to Tsutsui).
3085         * src/folder.[ch]: updated.
3086
3087 2000-12-10
3088
3089         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
3090           file specified and returns the tree.
3091
3092 2000-12-09
3093
3094         * po/pt_BR.po: fixed some typos that caused segmentation fault.
3095
3096 2000-12-07
3097
3098         * version 0.4.8
3099
3100         * src/session.h: added.
3101         * src/folder.[ch]: updated.
3102         * src/compose.c: compose_write_to_file()
3103           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
3104           that put a garbage to charset if the outgoing character set was
3105           specified and non-ascii characters were used in subject.
3106
3107 2000-12-04
3108
3109         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
3110           progress if the status bar was hidden.
3111
3112 2000-12-03
3113
3114         * src/folder.[ch]: added for the more object-oriented folder
3115           management.
3116
3117 2000-12-02
3118
3119         * version 0.4.7
3120
3121         * src/mainwindow.c
3122           src/prefs_common.[ch]: made the state of status bar get preserved.
3123         * src/compose.c: compose_insert_sig(): modified so that it doesn't
3124           put a separator if a signature file doesn't exist.
3125         * src/prefs_account.[ch]
3126           src/inc.c: added the option that toggles whether to receive
3127           messages when getting from all accounts.
3128         * README
3129           README.jp: updated the description and added some usages.
3130
3131 2000-12-01
3132
3133         * src/Makefile.am
3134           src/gtkshruler.[ch]
3135           src/compose.[ch]: applied the patches from Alfons Hoogervorst
3136           that makes the ruler of composition window graphical (thanks!).
3137
3138 2000-11-27
3139
3140         * src/codeconv.c
3141           src/mainwindow.c
3142           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
3143
3144 2000-11-27
3145
3146         * version 0.4.6
3147
3148         * src/compose.c: turned the color of quoted messages black again.
3149
3150 2000-11-26
3151
3152         * src/about.c: added a clickable URI to the Sylpheed home page,
3153           and a list of compiled-in features.
3154         * src/compose.c: made the color of quoted messages blue.
3155         * src/summaryview.c: added `Show all header' to the context menu.
3156         * src/prefs_common.c: removed the threading option from the dialog.
3157         * src/compose.c: fixed a bug that didn't parse the quotation format
3158           correctly.
3159
3160 2000-11-25
3161
3162         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
3163           that it toggles linewrap menu item and tool button.
3164         * src/prefs_common.c: modified the default of the signature
3165           separator.
3166         * src/compose.[ch]: added ruler to the compose window.
3167         * src/prefs_common.[ch]: added a member for the state of ruler
3168           display.
3169
3170 2000-11-24
3171
3172         * src/headerview.[ch]: added the destroy function.
3173         * src/messageview.c: messageview_destroy(): fixed a memory leak
3174           bug that didn't freed the HeaderView object.
3175         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
3176         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
3177           to Alfons Hoogervorst for the above three memory leak bug fixes).
3178
3179 2000-11-23
3180
3181         * version 0.4.5
3182
3183         * README
3184           README.jp
3185           INSTALL
3186           INSTALL.jp: modified some descriptions.
3187
3188 2000-11-22
3189
3190         * src/compose.c: implemented line-wrapping functions.
3191         * src/prefs_common.[ch]: added the settings for line-wrapping.
3192         * src/codeconv.[ch]: added Windows-1251 to the codesets.
3193           conv_jistoeuc(): fixed a bug that caused segmentation fault
3194           when some half-width kana characters appeared.
3195         * src/summaryview.c: summary_select_all(): made it show message
3196           on the status bar if the number of messages is large.
3197
3198 2000-11-18
3199
3200         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
3201           modified so that it parses the quotation mark too.
3202           Added %I that means the initial of sender to the format.
3203         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
3204           Fixed a bug that set the wrong outgoing codeset.
3205         * src/mainwindow.c
3206           src/prefs_common.c: modified the menu item of Chinese codeset.
3207
3208 2000-11-17
3209
3210         * src/codeconv.[ch]
3211           src/prefs_common.[ch]: modified so that outgoing charset is
3212           saved as a string, not a number.
3213
3214 2000-11-16
3215
3216         * src/textview.c: textview_set_font(): changed the scheme of
3217           selecting between font and fontset. And changed the default
3218           font of ISO-8859-1.
3219         * src/headerview.c: headerview_show_xface(): made it ignore
3220           invalid X-Face.
3221         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
3222           modified so that it consider the source codeset as ISO-2022-JP if
3223           it is NULL and the current locale is Japanese.
3224
3225 2000-11-14
3226
3227         * src/textview.c: textview_destroy(): fixed a bug that caused
3228           segmentation fault if textview->msgfont is NULL (thanks to
3229           Hiramatu).
3230         * src/main.c
3231           src/defs.h: applied the patch from Yanase that enables to
3232           save the shortcuts of the menus (thanks!).
3233
3234 2000-11-11
3235
3236         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
3237           toggles the sensitivity of menu items.
3238         * src/summaryview.c: renamed summary_set_popup_sensitive() to
3239           summary_set_menu_sensitive(), and made it set the sensitivity of
3240           the main menu.
3241
3242 2000-11-09
3243
3244         * src/textview.c: textview_init(): fixed a bug that didn't disable
3245           the theme engine of GtkText (thanks to Hiramatu).
3246         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
3247           means the full name of sender and the first name.
3248         * manual/ja/*.??ml: updated to the latest version.
3249
3250 2000-11-07
3251
3252         * version 0.4.4
3253
3254         * src/defs.h: separated the definitions from main.h and applied the
3255           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
3256           from the system headers (thanks!).
3257         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
3258           UTF-8 locale.
3259         * src/textview.c: textview_set_font(): modified so that it sets
3260           the correct font when the locale is multi-byte.
3261           textview_destroy(): added proper codes for destruction.
3262           textview_show_header(): fixed the coloration of X-Mailer.
3263
3264 2000-11-06
3265
3266         * src/textview.[ch]: made TextView have single-byte and multi-byte
3267           GtkText, and switch between them according to the given codeset.
3268         * src/compose.c: compose_create(): modified the font setting
3269           routine.
3270
3271 2000-11-02
3272
3273         * src/textview.[ch]: moved the message font variable into TextView.
3274           textview_set_font(): modified so that it uses gdk_font_load()
3275           if the given codeset is US-ASCII or ISO-8859-*.
3276
3277 2000-11-01
3278
3279         * src/codeconv.c
3280           src/procmime.c
3281           src/prefs_common.c
3282           src/textview.c
3283           src/compose.c: workaround for the 8bit code issue (used
3284           gdk_font_load() instead of gdk_fontset_load() when the locale is
3285           C, or not set).
3286
3287 2000-11-01
3288
3289         * version 0.4.3
3290
3291         * src/compose.[ch]: added `Draft' tool button.
3292         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
3293         * README, README.jp: added the explanation of the locale setting.
3294
3295 2000-10-31
3296
3297         * src/compose.c: made it overwrite the previous draft message when
3298           reedited the draft and saved it again.
3299         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
3300           the message really exists.
3301         * src/folderview.[ch]: added folderview_scan_folder_a() and
3302           folderview_scan_folder_foreach_a() that scan the specified
3303           folders for each folderviews.
3304         * src/mainwindow.[ch]: removed main_window_scan_folder() and
3305           main_window_scan_folder_all().
3306           Added `Reedit' to the menu.
3307         * src/import.[ch]: removed MainWindow from the argument of
3308           import_mbox().
3309         * src/summaryview.c: removed the unnecessary items from the popup
3310           menu. Changed summary_reedit_cb() to summary_reedit(), and made
3311           it public.
3312
3313 2000-10-30
3314
3315         * src/compose.h: added a member msginfo to Compose.
3316         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
3317           the MsgInfo object.
3318
3319 2000-10-25
3320
3321         * src/summaryview.c: made the the popup menu change the sensitivity
3322           according to the context. Fixed a bug that showed the `clean trash'
3323           dialog repeatedly if `D' key was pressed when the focus was on the
3324           summary view.
3325         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
3326
3327 2000-10-22
3328
3329         * src/main.c: fixed g_thread initialization.
3330
3331 2000-10-21
3332
3333         * src/codeconv.c: added pt_BR to locale_table.
3334         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
3335           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
3336           codeset when not using libjconv.
3337         * src/compose.c: fixed the bug on saving draft again.
3338
3339 2000-10-19
3340
3341         * src/compose.c: compose_write_headers(): fixed a bug that failed
3342           to write headers if To: was empty when saving draft.
3343
3344 2000-10-18
3345
3346         * src/procmime.[ch]
3347           src/compose.c
3348           src/headerwindow.[ch]
3349           src/summaryview.c
3350           src/messageview.[ch]
3351           src/mimeview.c
3352           src/textview.c
3353           src/procmsg.[ch]
3354           src/procheader.[ch]: modified so that they can handle queue folder
3355           properly.
3356         * src/compose.[ch]
3357           src/summaryview.c: implemented draft-reediting function.
3358         * src/mainwindow.c
3359           src/summaryview.c
3360           src/mimeview.c: replaced *(GtkWidget **) with the macro
3361           GTK_WIDGET_PTR().
3362
3363 2000-10-17
3364
3365         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
3366           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
3367           if the folder is QUEUE_DIR or DRAFT_DIR.
3368
3369 2000-10-14
3370
3371         * version 0.4.2
3372
3373         * src/headerview.c
3374           src/messageview.c: modified the border of the headerview.
3375         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
3376           an Sylpheed object to GtkWidget.
3377         * src/utils.c: remove_return(), remove_space(): fixed a bug that
3378           possibly caused segmentation fault.
3379         * src/compose.[ch]
3380           src/mainwindow.c
3381           src/summaryview.c: implemented `forward as an attachment'.
3382         * src/utils.[ch]: open_uri(): brought on URI opening function from
3383           textview.c and manual.c.
3384
3385 2000-10-13
3386
3387         * src/mainwindow.c
3388           src/summaryview.c
3389           src/compose.[ch]
3390           src/prefs_common.[ch]: removed `Reply with quote', and added
3391           `Reply to all', and added the option that decides whether to
3392           quote message on replying.
3393
3394 2000-10-12
3395
3396         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
3397           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
3398         * src/codeconv.[ch]
3399           src/mainwindow.c
3400           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
3401         * src/compose.c: compose_send(): modified so that it shows error
3402           dialog when failed to send a message.
3403
3404 2000-10-11
3405
3406         * src/account.c: account_edit_close(): fixed a bug that didn't set
3407           current account when creating an account for the first time.
3408         * configure.in: added es to ALL_LINGUAS.
3409
3410 2000-10-10
3411
3412         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
3413           possible.
3414           conv_get_code_conv_func(): modified so that it doesn't convert
3415           codeset if it is unknown.
3416         * src/folderview.c: folderview_update_msg_num(): modified style
3417           changing routine.
3418
3419 2000-10-09
3420
3421         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
3422           codesets automatically if the arguments are NULL.
3423         * src/textview.c: textview_write_line(): made it output warning
3424           message on the text view if conversion failed.
3425
3426 2000-10-06
3427
3428         * README, README.jp: modified the author of the manual.
3429
3430 2000-10-05
3431
3432         * src/headerview.[ch]
3433           src/messageview.[ch]: modified so that it uses GtkLabel widget
3434           instead of GtkText.
3435         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
3436           unreadable codes if the current locale is EUC-JP and libjconv is
3437           used.
3438
3439 2000-10-04
3440
3441         * src/procmime.[ch]
3442           src/messageview.c
3443           src/mimeview.c
3444           src/textview.c: modified so that it parses MIME message more
3445           preferably.
3446         * src/imap.c: imap_parse_address(): fixed a bug.
3447
3448 2000-10-03
3449
3450         * src/procmsg.[ch]: added procmsg_get_message_file_path().
3451         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
3452           routine.
3453         * src/imap.[ch]: changed the name of the member `group' in
3454           IMAPSession to `mbox'.
3455           imap_gen_send(): modified so that it doesn't output the password
3456           to the log.
3457           Modified session destroying routine.
3458         * src/folderview.c: folderview_write_cache(): made it preserve
3459           the IMAP folder list.
3460         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
3461           that showed boundary at the end of an attached RFC822 part.
3462         * src/prefs_common.c: changed the default of toolbar style to
3463           both icon and text.
3464
3465 2000-10-02
3466
3467         * src/imap.c: imap_get_uncached_messages(): modified so that it
3468           doesn't get the cached envelopes.
3469           imap_session_get_message_info(): made it read only the cache
3470           if the session is not established.
3471         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
3472         * src/news.c: news_get_article_info(): made it read only the cache
3473           if the session is not established.
3474
3475 2000-10-01
3476
3477         * src/textview.c: textview_write_line(): fixed a memory leak bug.
3478         * src/folderview.[ch]: made it create IMAP4 folders from the
3479           account information.
3480         * src/imap.[ch]: imap_session_get(): modified so that it creates
3481           IMAP4 session from the account information.
3482
3483 2000-09-30
3484
3485         * src/imap.[ch]: added for IMAP4 support.
3486         * src/summaryview.[ch]
3487           src/procmsg.c
3488           src/recv.[ch]: modified for IMAP4 support.
3489         * src/folderview.c: more IMAP4 implementation.
3490         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
3491           the specified message and return the file name.
3492         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
3493           locked up the process if the given widget was invisible.
3494
3495 2000-09-28
3496
3497         * src/folderview.[ch]: added IMAP4-related code.
3498
3499 2000-09-28
3500
3501         * version 0.4.1
3502
3503         * src/main.h: added IMAP_CACHE_DIR.
3504         * src/utils.[ch]: added get_imap_cache_dir().
3505         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
3506           Added macro MSG_IS_IMAP().
3507         * src/codeconv.c: added `#include <locale.h>' for setlocale().
3508         * sylpheed.spec: fixed %files section.
3509
3510 2000-09-27
3511
3512         * version 0.4.0
3513
3514         * src/codeconv.c: conv_get_current_charset(): made it compare
3515           string with strncasecmp().
3516         * src/compose.c: comopse_reply_parse_header(): workaround for
3517           the malformed References: header generated by OE5 :(
3518
3519 2000-09-26
3520
3521         * src/prefs_common.c
3522           src/prefs_account.c: modified the layout of the widgets.
3523
3524 2000-09-26
3525
3526         * version 0.3.99
3527
3528         * src/*.[ch]: added copyright notice to the top of the source files.
3529         * src/compose.c: compose_write_attach(): modified filename encode
3530           routine.
3531
3532 2000-09-25
3533
3534         * src/mainwindow.c: fixed the menu entry of manual.
3535         * src/compose.c
3536           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
3537           and applied the libjconv patch.
3538         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
3539           to reduce the alloc'd memory to the optimal size.
3540         * src/prefs_common.[ch]: added outgoing codeset option menu.
3541         * src/compose.c: compose_send(): added exclusive lock to prevent
3542           multiple-sending.
3543         * configure.in: made '--enable-ipv6=no' the default.
3544         * src/compose.c: compose_write_attach(): made it encode the name
3545           of the attached file.
3546         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
3547           didn't check the type of file.
3548           procmsg_move_messages_with_dest(): fixed a bug that failed to
3549           move message if a directory that had the same name existed.
3550         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
3551           are included as ASCII characters.
3552
3553 2000-09-24
3554
3555         * src/compose.c
3556           src/procmime.[ch]: modified so that it actually works when using
3557           libjconv :)
3558         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
3559           the codeset of string according to the codeset specified in
3560           arguments.
3561         * src/utils.[ch]: added is_ascii_str() that determines whether the
3562           string is 7bit-ASCII or not.
3563         * src/procmime.[ch]
3564           src/codeconv.[ch]: moved the character set related functions
3565           into codeconv.c.
3566         * merged the patch and the manual written by BONAIM (thanks!).
3567
3568 2000-09-23
3569
3570         * configure.in
3571           src/compose.c
3572           src/gtkutils.c
3573           src/mainwindow.c
3574           src/procmime.[ch]
3575           src/textview.c
3576           src/unmime.[ch]: applied the patch from Higuchi that utilizes
3577           libjconv and enables to handle many locales, including UTF-8
3578           (Unicode) (thanks!).
3579         * src/account.c: modified so that the account isn't changed when
3580           another account is selected on account edit dialog.
3581
3582 2000-09-20
3583
3584         * src/prefs_common.[ch]
3585           src/textview.c: added an option that specifies whether to display
3586           short headers on message view.
3587         * src/codeconv.[ch]: added function conv_unmime_header() that
3588           decodes MIME-encoded header and converts the character set.
3589           And added conv_unreadable_latin(), and modified conv_latintodisp().
3590         * src/messageview.[ch]: made the window get closed when escape key
3591           is pressed.
3592
3593 2000-09-17
3594
3595         * src/imageview.c: fixed a bug that caused segmentation fault if
3596           message view was in new window.
3597         * src/prefs_common.c: added `xemacs %s' to the external editor
3598           command line list.
3599
3600 2000-09-16
3601
3602         * version 0.3.29
3603
3604         * src/summaryview.c: enabled to open a new message window with
3605           double-clicking.
3606         * src/prefs_common.[ch]
3607           src/messageview.c: made it preserve the window size of message
3608           window.
3609         * src/prefs_account.c: added `None (local)' to the option menu of
3610           protocol.
3611
3612 2000-09-15
3613
3614         * Makefile.am: added autogen.sh to EXTRA_DIST.
3615
3616 2000-09-09
3617
3618         * src/prefs_common.c: applied the patch from Paul Rolland that
3619           enables font selection dialog (thanks!).
3620         * src/compose.[ch]
3621           src/utils.[ch]: moved tzoffset() and compose_get_date() of
3622           compose.[ch] into utils.[ch].
3623         * src/main.[ch]: renamed the name of filter file to `filterrc'.
3624
3625 2000-09-06
3626
3627         * src/compose.[ch]
3628           src/utils.[ch]: modified address parsing routine so that it
3629           parses quotes correctly.
3630         * src/textview.c: textview_show_part(): modified so that it shows
3631           the simplified headers if the part is text/plain.
3632
3633 2000-09-03
3634
3635         * src/messageview.[ch]
3636           src/summaryview.[ch]
3637           src/mainwindow.c: enabled to open a message in new window.
3638         * src/messageview.[ch]
3639           src/mimeview.[ch]
3640           src/textview.[ch]
3641           src/imageview.[ch]: added destroy function, and modified the
3642           key handling routines.
3643
3644 2000-09-02
3645
3646         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
3647           caused segmentation fault (thanks to KUROSAWA).
3648         * src/alertpanel.c: modified so that the focused button is
3649           selectable.
3650         * src/account.c
3651           src/compose.c
3652           src/folderview.c: modified so that the order of the buttons of
3653           alert panel will be `Yes', `No'.
3654
3655 2000-09-01
3656
3657         * src/utils.[ch]: added execute_async() and execute_command_line()
3658           that execute command line using execvp().
3659         * src/textview.c
3660           src/mimeview.c
3661           src/procmsg.c: replaced system() with execute_command_line()
3662           for security.
3663         * src/procmsg.c: turn back to system().
3664         * src/utils.c: modified execute_command_line().
3665
3666 2000-08-31
3667
3668         * src/mainwindow.c: main_window_get_size(): modified so that it
3669           doesn't update the height of SummaryView if MessageView is
3670           toggled off.
3671         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
3672           probrems of external editor handling (thanks!).
3673         * src/uuencode.[ch]
3674           src/procmime.[ch]: applied the patch from Hiramatu that make it
3675           supports Content-Transfer-Encoding: x-uuencode (thanks!).
3676
3677 2000-08-30
3678
3679         * src/compose.[ch]
3680           src/prefs_common.[ch]: implemented the external editor faculty.
3681         * src/compose.c: compose_attach_property(): fixed some bugs on
3682           changing the property of attached file.
3683         * src/compose.c: fixed some bugs of external editor functions.
3684
3685 2000-08-29
3686
3687         * version 0.3.28
3688
3689         * src/mainwindow.c
3690           src/prefs_common.[ch]
3691           src/summaryview.c: applied the patch from Paul Rolland that
3692           restores the size of widgets when restarting (thanks!).
3693         * src/folderview.c
3694           src/prefs_common.[ch]
3695           src/summaryview.c: applied the patch from Paul Rolland that saves
3696           the width of CTree columns (thanks!).
3697
3698 2000-08-27
3699
3700         * src/headerview.c: modified the height of HeaderView.
3701         * src/textview.c: textview_show_part(): made it process the message
3702           as normal text if it is single-part RFC822 message.
3703         * src/folderview.c
3704           src/summaryview.c: some changes around the key handling.
3705         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
3706
3707 2000-08-26
3708
3709         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
3710         * src/procheader.c: procheader_get_one_field(): fixed a bug that
3711           caused segmentation fault if the first line of the file is space
3712           or tab (thanks to Hiramatu).
3713         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
3714           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
3715         * src/prefs_account.c
3716           src/prefs_common.c: modified the dialog size.
3717         * src/prefs.c: made the dialog window growable.
3718
3719 2000-08-25
3720
3721         * version 0.3.27
3722
3723         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
3724           caused the failure of the detection of libintl.
3725         * src/filter.[ch]
3726           src/prefs_common.c: implemented `not contain', and modified for
3727           future enhancement.
3728         * src/imageview.c: changed alertpanel_error() to g_warning() so that
3729           it doesn't grab mouse events.
3730         * src/compose.[ch]: added compose_list that holds the list of
3731           Compose objects, and added the function compose_get_compose_list().
3732         * src/main.c
3733           src/mainwindow.c
3734           src/summaryview.c: made it confirm if composing message exists.
3735
3736 2000-08-23
3737
3738         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
3739           segmentation fault when trying to reply the message in the queue
3740           folder (thanks to Kotobuki).
3741           compose_attach_property(): modified the property dialog routine
3742           so that it can handle input error.
3743         * src/mimeview.c: applied the patch from Hiramatu that enables
3744           the drag 'n drop from MimeView (thanks!).
3745         * src/headerview.[ch]
3746           src/procheader.c
3747           src/procmsg.h: applied the patches for X-Face support from
3748           HIROSHIMA (thanks!).
3749
3750 2000-08-22
3751
3752         * src/compose.c: compose_attach_property(): modified so that the
3753           property dialog can actually change the property of attached file.
3754
3755 2000-08-21
3756
3757         * configure.in
3758           src/Makefile.am: updated for gdk_imlib.
3759         * added AUTHORS and NEWS.
3760         * configure.in
3761           acconfig.h
3762           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
3763           and gdk_imlib library. And fixed a bug on IPv6 detecting.
3764         * src/imageview.c: supported gdk-pixbuf.
3765         * README
3766           README.jp
3767           INSTALL
3768           INSTALL.jp: added the mention about built-in image view.
3769         * configure.in: modified so that configure can disable gdk-pixbuf
3770           or/and gdk_imlib library.
3771
3772 2000-08-20
3773
3774         * src/imageview.[ch]
3775           src/main.c
3776           src/messageview.[ch]
3777           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
3778           to display image (thanks!).
3779
3780 2000-08-19
3781
3782         * version 0.3.26
3783
3784         * src/summaryview.c: summary_assort_func(): modified to avoid
3785           `not receive' setting.
3786
3787 2000-08-18
3788
3789         * src/filesel.c: applied the patch from HIROSHIMA that makes it
3790           remember previous directory when opening the dialog (thanks!).
3791         * src/summaryview.[ch]: added a function summary_redisplay_msg().
3792         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
3793           that is currently shown when the character set is changed.
3794         * src/inc.c
3795           src/pop.c
3796           src/prefs_common.c
3797           src/filter.h: applied the patch from Tanaka that enables not to
3798           receive specified messages according to the sorting rule (thanks!).
3799
3800 2000-08-15
3801
3802         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
3803           so that it handles MSG_MIME flag, and it scans uncached messages
3804           when cache reading failed even if it is specified not to scan
3805           new messages.
3806         * src/procheader.c: procheader_parse(): added the determination of
3807           multipart MIME message.
3808         * src/main.h: increased CACHE_VERSION.
3809         * src/summaryview.[ch]: added the `MIME' column that shows whether
3810           a message is multipart or not.
3811         * src/prefs_common.[ch]: added the `MIME' column to the setting of
3812           displaying item.
3813         * added src/pixmaps/clip.xpm.
3814         * src/summaryview.c
3815           src/procmsg.[ch]: modified so that it prompts the print command
3816           before printing.
3817
3818 2000-08-14
3819
3820         * src/folderview.c: folderview_create()
3821           src/summaryview.c: summary_create():
3822           src/addressbook.c: addressbook_create(): set the expander style of
3823           CTree to GTK_CTREE_EXPANDER_SQUARE.
3824         * src/compose.c: modified the interface of property dialog.
3825
3826 2000-08-13
3827
3828         * src/compose.c: added property dialog for attached file.
3829
3830 2000-08-11
3831
3832         * src/procmsg.[ch]: added a function procmsg_print_message() that
3833           prints the given message.
3834         * src/summaryview.c: summary_print(): modified so that it prints
3835           all selected messages.
3836         * src/folderview.c: folderview_select_node(): fixed a bug that
3837           didn't focus on folder tree if inbox was empty when incorporating.
3838
3839 2000-08-10
3840
3841         * version 0.3.25
3842
3843         * src/prefs_commmon.[ch]: added `Other' tab and an option for
3844           printing. And moved external browser option to there.
3845         * src/mainwindow.c
3846           src/summayview.[ch]: added print menu and implemented print
3847           functions.
3848
3849 2000-08-09
3850
3851         * src/prefs_account.c: made the default value of smtp_server to
3852           NULL.
3853         * src/folderview.c: folderview_update_msg_num(): modified so that
3854           it doesn't emphasize trash folder even if it has new or unread
3855           messages.
3856
3857 2000-08-08
3858
3859         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
3860           caused segmentation fault when file selection dialog was closed
3861           and other dialog was open immediately.
3862
3863 2000-08-05
3864
3865         * src/compose.c: compose_encode_header(): fixed a bug that caused
3866           infinite loop if wctomb() failed.
3867
3868 2000-08-04
3869
3870         * version 0.3.24
3871
3872         * src/mimeview.c: enabled to open an attached file with double click
3873           and popup menu. And cleaned up the code.
3874         * src/procmime.[ch]: added a function procmime_get_part() that
3875           saves the part of multipart message.
3876
3877 2000-08-03
3878
3879         * src/main.[ch]
3880           src/mimeview.c
3881           src/prefs_common.[ch]
3882           src/procmime.[ch]
3883           src/utils.[ch]: applied a patch that enables to launch attached
3884           image, audio, and HTML file (thanks to Hashimoto).
3885         * src/filter.c: filter_match_condition(): fixed a bug that caused
3886           segmentation fault if the body of specified filter is NULL. And
3887           made the filter considered as being matched on that case.
3888
3889 2000-07-30
3890
3891         * src/summaryview.c:
3892           summary_save_as(): fixed a bug that unabled to save news articles.
3893           summary_display_msg(): added exclusive lock to prevent it from
3894           reading another news article while it is already processing one.
3895         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
3896           the draw signal to be emitted.
3897         * src/mainwindow.c:
3898           main_window_cursor_wait()
3899           main_window_cursor_normal(): added gdk_flush() to change cursor
3900           immediately.
3901         * Makefile.am
3902           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
3903           a target `release' to Makefile.am.
3904
3905 2000-07-28
3906
3907         * src/socket.c: supported IPv6.
3908         * configure.in
3909           acconfig.h: added checking for IPv6.
3910         * prefs_common.c: changed the default of toolbar_style to icon only.
3911
3912 2000-07-27
3913
3914         * initial cvs import.
3915         * updated README and README.jp.
3916
3917 2000-07-24
3918
3919         * version 0.3.23
3920
3921         * src/procmime.[ch]: modified the structure of MimeInfo so that it
3922           can be handled as a node of tree.
3923           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
3924           recursively.
3925           Added procmime_get_text_part() that scans a message and gets a text
3926           part for quoting.
3927         * src/mimeview.c: divided mimeview_scan_multipart_message() into
3928           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
3929         * src/compose.c: compose_quote(), compose_forward():
3930           made it quote the text part of multipart message properly.
3931           Made it preserve the size of Compose window.
3932         * src/prefs_common.[ch]: added compose_width and compose_height to
3933           the members.
3934         * src/textview.c: textview_show_part(): some code cleanups.
3935         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
3936
3937 2000-07-20
3938
3939         * version 0.3.22
3940
3941         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
3942           the return code of the message was CR+LF. And added
3943           conv_sjistoeuc().
3944         * src/summaryview.c: summary_attract_by_subject(): made it move
3945           the current view point to the selected row when executed.
3946         * src/textview.c: textview_show_part(): modified the character set
3947           determination routine.
3948         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
3949           caused segmentation fault if boldfont was NULL.
3950         * src/compose.c: compose_create(): made it sets itself as the target
3951           of addressbook on window creation.
3952
3953 2000-07-19
3954
3955         * src/compose.c: compose_send(): fixed a bug that didn't save
3956           queued message to outbox when failed to send the message (thanks
3957           to T. Yamamoto).
3958
3959 2000-07-15
3960
3961         * src/inc.[ch]: modified so that it changes error message dialog
3962           depending on the results.
3963
3964 2000-07-14
3965
3966         * src/mainwindow.c: main_window_create(): set usize of account
3967           button on the status bar to 1 so that it doesn't get expanded
3968           more than necessary.
3969         * src/account.[ch]: account_foreach(): made it abort the iteration
3970           if the function returns nonzero.
3971         * src/inc.[ch]
3972           src/pop.c: modified so that it shows error message dialog if the
3973           message processing is failed.
3974
3975 2000-07-04
3976
3977         * version 0.3.21
3978
3979         * src/mainwindow.c: made it popup account selection menu when
3980           account tool button or account status bar is pressed.
3981         * src/folderview.c
3982           src/prefs.c: suppressed the ENOENT perror messages.
3983         * src/pop.c: made it fall back on LAST command if UIDL failed.
3984
3985 2000-07-01
3986
3987         * src/procheader.c: procheader_parse(): fixed a bug that didn't
3988           parse References: header correctly (thanks to YAMAGUCHI).
3989
3990 2000-06-29
3991
3992         * version 0.3.20
3993
3994         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
3995           cc'd correctly when replying.
3996         * src/mainwindow.c
3997           src/summaryview.c: sorted out the main menu and the popup menu.
3998
3999 2000-06-26
4000
4001         * version 0.3.19
4002
4003         * src/prefs_account.[ch]
4004           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
4005           automatically at composing (thanks to NAKAGAWA).
4006
4007 2000-06-25
4008
4009         * src/prefs_common.[ch]
4010           src/mainwindow.c
4011           src/main.c: made it selectable whether to ask before cleaning
4012           trash at the exit.
4013         * src/prefs_common.c: cleaned up the code and the interface a bit.
4014         * src/summaryview.c: modified the unthread functions for speeding
4015           up.
4016
4017 2000-06-24
4018
4019         * src/prefs_common.[ch]
4020           src/summaryview.c: made it display recipient on the `From' column
4021           if the address of the sender is the same as the current account
4022           (thanks to NAKAGAWA).
4023         * src/utils.[ch]: added a function extract_address() that extracts
4024           the address from `From:' header string.
4025         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
4026           fault if `Edit/Select all' was selected when the message view was
4027           hidden (thanks to Tomita).
4028
4029 2000-06-21
4030
4031         * src/summaryview.c: modified execution routine so that it only
4032           unthreads nodes that are needed to be unthreaded.
4033
4034 2000-06-19
4035
4036         * src/news.c: news_session_get(): implemented the reconnection on
4037           being disconnected.
4038         * src/nntp.[ch]: added nntp_mode().
4039
4040 2000-06-18
4041
4042         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
4043           And support assortment on processing mbox.
4044         * src/inc.c: inc_drop_message(): modified so that it uses hash table
4045           to store the last message number of folders.
4046         * src/summaryview.c
4047           src/addressbook.c: modified the behavior of CTree at right-click.
4048         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
4049           overflow bug (thanks to Nishiyama).
4050
4051 2000-06-17
4052
4053         * version 0.3.18
4054
4055         * src/pop.[ch]
4056           src/inc.[ch]: implemented management of read message on POP server
4057           by UIDL.
4058         * src/utils.[ch]: removed (s)list_remove_all() because it can be
4059           replaced with g_(s)list_free().
4060         * src/summaryview.c: modified the arrangement of menu a bit.
4061         * src/summaryview.c: summary_status_show(): made it doesn't display
4062           server name but newsgroup.
4063         * src/prefs_common.c
4064           src/prefs_account.c: adjusted the calculation routine of dialog
4065           size.
4066
4067 2000-06-15
4068
4069         * version 0.3.17
4070
4071         * src/compose.c: compose_reply_set_entry(): modified so that it
4072           cc's to the all addresses on To: and Cc: of the replied message.
4073           And swapped the position of Subject: and To: entry.
4074
4075 2000-06-14
4076
4077         * src/procheader.c: modified so that it can handle headers that
4078           aren't separated by space.
4079         * src/socket.c: sock_connect(): added a wait after connection to
4080           prevent lockup (thanks to NINOMIYA).
4081
4082 2000-06-13
4083
4084         * src/inc.c:
4085           inc_mail()
4086           inc_all_account_mail(): fixed a bug that caused segmentation
4087           fault if no account exist.
4088         * src/mainwindow.[ch]: made receive button unclickable when
4089           no account exist.
4090         * src/compose.c: compose_queue(): fixed a bug that didn't mark
4091           queued message properly.
4092         * src/utils.[ch]: separated code conversion functions into
4093           src/codeconv.[ch].
4094
4095 2000-06-13
4096
4097         * version 0.3.16
4098
4099         * src/mimeview.c: mimeview_save_as()
4100           src/summaryview.c: summary_save_as(): made it ask whether to
4101           overwrite the existing file.
4102
4103 2000-06-12
4104
4105         * src/utils.c
4106           src/recv.c
4107           src/prefs.c
4108           src/prefs_common.c
4109           src/prefs_account.c
4110           src/addressbook.c
4111           src/compose.c
4112           src/mbox.c: fixed a bug that failed to check write error when
4113           disk was full and caused the loss of the file.
4114
4115 2000-06-11
4116
4117         * src/mainwindow.c: main_window_clean_trash(): made it move focus
4118           to folder view when finished.
4119         * src/utils.[ch]: added code conversion functions for display.
4120           And added strncpy2() that doesn't do zero fill and does
4121           null-termination, unlike original strncpy().
4122         * src/textview.c: modified so that it changes the code conversion
4123           function according to charset. And supported charset=SHIFT_JIS.
4124         * src/mainwindow.c
4125           src/prefs_common.h
4126           src/textview.c: made it possible to force character set of
4127           a message.
4128         * src/folderview.c: folderview_select_next_unread():
4129           made it search unread folder from begin if it isn't found.
4130
4131 2000-06-11
4132
4133         * version 0.3.15
4134
4135         * src/mainwindow.c: fixed a probrem again that main window was
4136           stretched to the width of the toolbar.
4137         * src/mbox.c
4138           src/utils.c: is_header_line(): modified so that it recognizes
4139           a header which doesn't have a space after colon (thanks to Hotta).
4140         * src/filter.c: added `#include <strings.h>'.
4141         * src/smtp.c: replaced snprintf() with g_snprintf().
4142         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
4143           included gettext.
4144         * included sylpheed.spec.
4145
4146 2000-06-10
4147
4148         * src/prefs_common.[ch]: enabled to set the pixels of line space
4149           and decide whether to leave space on head of lines.
4150         * src/summaryview.c: modified so that it clears message view
4151           when displayed message is removed from the summary view.
4152         * src/mimeview.c: fixed a bug that caused infinite loop if
4153           terminal boundary of multipart message was not found (thanks to
4154           Nishika).
4155         * src/folderview.c: folderview_scan_mailbox(): made it ignore
4156           dot directory.
4157         * src/main.c: made it show warning dialog and exit if the file with
4158           the same name already exists when creating directory.
4159
4160 2000-06-09
4161
4162         * src/textview.c
4163           src/prefs_common.[ch]: made it possible to leave space between
4164           and on head of lines.
4165
4166 2000-06-07
4167
4168         * src/compose.c
4169           src/procmime.[ch]: made it scan /etc/mime.types and determine
4170           the MIME type of the attached file.
4171         * src/summaryview.c: made it clear message view if the summary
4172           is unselected on the execution, and made it move focus to
4173           folder view if the folder becomes empty.
4174         * src/mainwindow.c: fixed a probrem that main window was stretched
4175           to the width of the toolbar.
4176         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
4177           if `Check new mail on startup' was set.
4178
4179 2000-06-06
4180
4181         * src/compose.c: fixed a probrem that had been unable to insert
4182           a file to the current cursor position.
4183
4184 2000-06-06
4185
4186         * version 0.3.14
4187
4188         * src/compose.[ch]: added `attach' button to the toolbar. And
4189           replaced the icon of `insert' to the new one.
4190
4191 2000-06-05
4192
4193         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
4194           a function main_window_set_toolbar_sensitive() that sets the
4195           sensitivity of the button of the toolbar.
4196         * src/compose.c: fixed a bug that output wrong header if
4197           a return code was included in the string of the text entry.
4198
4199 2000-06-04
4200
4201         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
4202           And added the same items in popup menu to the main menu.
4203         * src/utils.[ch]: added functions for DnD support.
4204         * src/compose.c: implemented file attachment and insertion with DnD
4205           (thanks to Hiramatu).
4206
4207 2000-06-04
4208
4209         * version 0.3.13
4210
4211         * src/summaryview.c: fixed a bug that passed null pointer to
4212           is_dir_exist().
4213
4214 2000-06-03
4215
4216         * src/alertpanel.[ch]: added functions alertpanel_message(),
4217           alertpanel_notice(), and alertpanel_error(), and cleaned up
4218           the code.
4219         * src/folderview.c
4220           src/compose.c
4221           src/addressbook.c
4222           src/summaryview.c
4223           src/summary_search.c
4224           src/prefs_account.c
4225           src/foldersel.c: made them use alertpanel_error(),
4226           alertpanel_warning() or alertpanel_notice() for error message
4227           dialog.
4228         * src/summaryview.[ch]: enable sorting in reversed order.
4229         * src/inc.c: made it show error message dialog when failed to
4230           connect or authorize.
4231         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
4232           perror() with it.
4233
4234 2000-06-03
4235
4236         * version 0.3.12
4237
4238         * src/compose.c: fixed a bug that didn't save a message to outbox
4239           when queued.
4240         * src/send.c: send_message_queue(): fixed a bug that included
4241           headers for queueing in the parsed data.
4242         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
4243           and update queue folder when finished.
4244
4245 2000-06-02
4246
4247         * version 0.3.11
4248
4249         * src/filter.c
4250           src/inc.c
4251           src/compose.c: suppressed the warning messages.
4252         * src/mainwindow.[ch]: added next unread message button and menu
4253           items.
4254         * src/summaryview.[ch]: added a function summary_select_next_unread()
4255           that selects and opens next unread message.
4256
4257 2000-06-01
4258
4259         * src/prefs_common.[ch]: added a setting to decide whether to open
4260           unread message on entering a folder.
4261         * src/summaryview.c: made it open the first unread message only if
4262           the preference is set.
4263         * src/compose.c: fixed a bug that freed the string obtained from
4264           GtkEntry.
4265
4266 2000-05-31
4267
4268         * src/compose.c: added `Send later' to the menu and the toolbar
4269           which queues the message to send it later.
4270
4271 2000-05-30
4272
4273         * src/mainwindow.c: added an interface to resend the queued message.
4274         * src/compose.c: made it show alert dialog when a message will be
4275           queued.
4276
4277 2000-05-29
4278
4279         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
4280           send_message_queue() for each queued messages.
4281
4282 2000-05-28
4283
4284         * src/inc.c: inc_drop_message(): modified so that it drops a message
4285           to the default inbox folder if destination folder doesn't exist.
4286         * src/compose.[ch]: added imput compatible queueing header to the
4287           queued message.
4288         * src/send.[ch]: added function send_message_queue() that send
4289           queued message.
4290
4291 2000-05-27
4292
4293         * configure.in
4294           acconfig.h: made it enabled to decide wheter to use multithread
4295           or not on configure.
4296         * src/summaryview.c: fixed a bug that made thread when executed
4297           despite of the setting (thanks to Hiroshima).
4298         * src/socket.[ch]: changed the return value of public
4299           sock_connect_*() function to the pointer to SockInfo object.
4300         * src/procmime.c: procmime_scan_mime_header():
4301           fixed a bug that returned NULL if the scanned part had no header
4302           (thanks to shigeri).
4303         * src/procmime.[ch]:
4304           added function procmime_scan_content_disposition() that parses
4305           Content-Disposition header field.
4306         * src/mimeview.c: made it uses filename value in Content-Disposition
4307           header.
4308         * src/pop.c
4309         * src/inc.c: modified so that password is prompted if the password
4310           on preferences is empty and previous POP3 session has failed on
4311           authorization.
4312
4313 2000-05-23
4314
4315         * src/socket.[ch]: added non-blocking IO mode socket and
4316           multithreaded connection support.
4317         * src/inc.c: supported multithread connection.
4318
4319 2000-05-22
4320
4321         * src/folderview.c: made the focus of SummaryView grabbed when
4322           a folder is selected only if the messages exist.
4323
4324 2000-05-20
4325
4326         * version 0.3.10
4327
4328         * po/ja.po: fixed a bug that head `/' of a menu label was missing
4329           and caused segmentation fault when opened Compose window.
4330
4331 2000-05-20
4332
4333         * version 0.3.9
4334
4335         * src/utils.c: get_domain_name(): modified so that it uses
4336           gethostname().
4337         * src/mimeview.c: added key binds for `Save as' and
4338           `Display as text'.
4339
4340 2000-05-19
4341
4342         * src/recv.c: fixed a bug that failed to return error value
4343           when fputs() failed and caused the loss of received mails when
4344           disk space was not left (thanks to Tajiri).
4345         * src/compose.c: supported Reply-To.
4346         * src/mimeview.c: improved key operation interface.
4347
4348 2000-05-18
4349
4350         * src/mimeview.[ch]
4351           src/procmime.[ch]
4352           src/textview.[ch]: supported nested multipart message and
4353           clean up the codes.
4354           Supported encapsulated RFC822 message.
4355
4356 2000-05-16
4357
4358         * src/compose.[ch]: made it free the alloc'd memory for attach
4359           information when the compose window is destroyed.
4360           Placed the attachment list and the text widget onto the paned
4361           widget.
4362           Enabled cut/copy/paste/select all on all of the editable widgets.
4363           Implemented removal of attached file and popup menu on attachment
4364           list.
4365         * src/prefs_common.[ch]: added signature separator setting.
4366         * src/alertpanel.[ch]: added a function alertpanel_warning().
4367
4368 2000-05-14
4369
4370         * src/prefs_common.[ch]
4371           src/textview.c: made open URI command customizable.
4372         * src/compose.[ch]: implemented multipart MIME message composition
4373           (attachment of file).
4374         * src/textview.c
4375           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4376           engine again.
4377
4378 2000-05-13
4379
4380         * version 0.3.8
4381
4382         * src/summaryview.c: added key binds for composing message
4383           (w, a, A, f). Also added other key binds (y, D, Q).
4384         * src/compose.c: made Cc entry take over the Cc of the replied
4385           message.
4386         * src/pixmaps/new.xpm
4387           src/pixmaps/unread.xpm: replaced pixmap image.
4388         * src/procheader.c: procheader_date_get_localtime():
4389           changed the single figures of year from four to two.
4390
4391 2000-05-12
4392
4393         * src/inc.c: made it ask password if it is not specified on account
4394           preferences.
4395         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
4396           that preserves the temporary password.
4397         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
4398           that prompts input with the string hidden.
4399
4400 2000-05-11
4401
4402         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4403           engine if message font wasn't specified.
4404
4405 2000-05-10
4406
4407         * version 0.3.7a
4408
4409         * src/summaryview.c: fixed a bug that stderr was forgotten on
4410           fprintf().
4411
4412 2000-05-10
4413
4414         * version 0.3.7
4415
4416         * src/pop.c: fixed a problem that if some POP3 commands returned
4417           error, the previous operations were all cancelled.
4418         * src/compose.c
4419           src/textview.c: made workaround to the slow down of GtkText widget
4420           when using Pixmap theme or its derivatives.
4421
4422 2000-05-08
4423
4424         * src/inc.c: fixed a bug that caused X IO error when exec'd
4425           nonexistent program.
4426
4427 2000-05-07
4428
4429         * src/folderview.[ch]: added the member `mtime' to the struct
4430           FolderInfo.
4431         * src/summaryview.c: made the mtime of the folder checked that is
4432           going to open.
4433         * src/procmsg.c: added filesystem unchecking mode.
4434
4435 2000-05-05
4436
4437         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
4438           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
4439
4440 2000-05-04
4441
4442         * src/summaryview.c: summary_write_cache(): permission fix of
4443           cache file.
4444
4445 2000-05-04
4446
4447         * version 0.3.6a
4448
4449         * src/headerview.c: added headerview_clear() method.
4450         * src/messageview.c: fixed a bug that didn't clear HeaderView
4451           on messageview_clear().
4452
4453 2000-05-04
4454
4455         * version 0.3.6
4456
4457         * src/messageview.c
4458           src/textview.c: added *_clear() method.
4459         * src/summaryview.c: made it clear MessageView when new folder
4460           is open.
4461
4462 2000-05-03
4463
4464         * src/inc.c: fixed a bug that went to the inbox that was specified
4465           by each account when incorporating from all accounts.
4466         * src/compose.c: made it confirm whether to discard the message or
4467           not when the window will be closed.
4468
4469 2000-05-03
4470
4471         * version 0.3.5
4472
4473         * src/pop.[ch]
4474           src/inc.[ch]: re-supported APOP authentication.
4475         * src/prefs_account.c: fixed a bug that had't saved protocol type.
4476         * src/socket.h
4477           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
4478           functions.
4479         * src/progressdialog.[ch]: changed the name of class from Progress
4480           to ProgressDialog.
4481
4482 2000-05-02
4483
4484         * src/summaryview.c: fixed a bug that caused segmentation fault
4485           a news folder was selected without using ja message catalog.
4486         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
4487         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
4488           INCLUDES.
4489
4490 2000-05-01
4491
4492         * src/automaton.[ch]
4493           src/inc.[ch]
4494           src/pop.[ch]: re-implemented POP3 fetching routines using
4495           finite-state automaton model (thanks to Hiramatu).
4496         * src/inc.c: fixed a bug that caused unwilled quitting of program
4497           when connection to mail server failed. And fixed a memory leak bug.
4498         * src/summaryview.c: made the focus move to FolderView when left
4499           cursor key is pressed.
4500
4501 2000-04-30
4502
4503         * src/textview.c: textview_write_line(): modified quotation
4504           discerning routine a bit.
4505
4506 2000-04-29
4507
4508         * version 0.3.4
4509
4510         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
4511           src/procmime.c.
4512         * src/mimeview.[ch]: implemented saving of multipart message. And
4513           supported MIME encoded file name.
4514         * src/summaryview.c: implemented `Save as'.
4515
4516 2000-04-28
4517
4518         * src/prefs_common.[ch]: implemented an interface for setting the
4519           display item of SummaryView.
4520         * src/addressbook.c
4521           src/account.c: made the column titles of those don't take key
4522           focus.
4523
4524 2000-04-26
4525
4526         * src/textview.c: implemented BASE64 decoding and display.
4527
4528 2000-04-25
4529
4530         * src/prefs_common.[ch]: added members which decide whether
4531           each item of SummaryView is displayed or not.
4532         * src/headerwindow.c
4533           src/logwindow.c: made those windows closed when escape key is
4534           pressed.
4535         * src/headerview.c: disused ScrolledWindow.
4536         * src/base64.c: from64tobits(): modified so that it recognize '\n'
4537           as the last of line as well as '\r'.
4538
4539 2000-04-24
4540
4541         * src/headerview.c: disabled word wrap and line wrap of the text
4542           widget.
4543
4544 2000-04-24
4545
4546         * version 0.3.3
4547
4548         * src/prefs_common.c: prefs_assort_create(): added some headers
4549           to the default headers for assortment.
4550
4551 2000-04-23
4552
4553         * src/procmsg.c: fixed a bug that caused segmentation fault if
4554           the permission of a message was denied on parsing the header
4555           (thanks to wakai@UEC univ.).
4556         * src/mimeview.c: made it pass key press event to SummaryView.
4557
4558 2000-04-21
4559
4560         * src/main.h
4561           src/alertpanel.c: modified font specifications so that they match
4562           to better fonts.
4563         * src/utils.[ch]: added wide-character functions for FreeBSD support.
4564           Added the existence check of <wchar.h>.
4565         * acconfig.h
4566           configure.in: added wint_t and libxpg4 check for FreeBSD support.
4567         * src/unmime.c: modified so that it checks the existence of
4568           <alloca.h>.
4569           Above three are a contribution from Sasaki. Thanks!
4570
4571 2000-04-18
4572
4573         * src/main.h: decreased default height of window.
4574
4575 2000-04-17
4576
4577         * src/procmime.c: fixed a bug that eliminated the parenthesis in
4578           attribute value that was double-quoted.
4579
4580 2000-04-15
4581
4582         * version 0.3.2
4583
4584         * src/mimeview: implemented multipart message parser and display.
4585         * src/procmime.c: procmime_scan_content_type():
4586           supported multiple elements.
4587         * src/textview.c: supported multipart message and clean up the code.
4588
4589 2000-04-14
4590
4591         * src/summaryview.c: added size column and sorting by size.
4592         * src/mainwindow.c: added `Sort by size' to sort menu.
4593         * src/procmime.c: fixed a bug that caused buffer overrun and
4594           segmentation fault.
4595         * src/procmime.c: generalized Content-Type parsing.
4596
4597 2000-04-13
4598
4599         * version 0.3.1
4600
4601         * src/textview.c: supported MIME headers and
4602           Content-Transfer-Encoding: quoted-printable.
4603
4604 2000-04-12
4605
4606         * src/messageview.[ch]
4607           src/textview.[ch]: separated MessageView into two classes.
4608         * src/procmime.[ch]: added for MIME message handling.
4609
4610 2000-04-11
4611
4612         * src/mimeview.[ch]: added for MIME message handling.
4613         * configure.in: added wctype.h and wchar.h existence check.
4614
4615 2000-04-10
4616
4617         * src/procmsg.[ch]
4618           src/procheader.[ch]: some code cleanups.
4619         * src/messageview.[ch]: integrated HeaderView.
4620
4621 2000-04-09
4622
4623         * version 0.3.0
4624
4625 2000-04-08
4626
4627         * src/addressbook.c: Made the tree sorted when folder/group is
4628           added or edited.
4629         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
4630           fault if the current tag was empty.
4631         * src/mainwindow.c: made the state of MainWindow saved.
4632
4633 2000-04-08
4634
4635         * version 0.3.0pre1
4636
4637         * src/addressbook.c: fully implemented address group editing.
4638           Fixed a bug that wrongly confirmed deletion of address when
4639           escape key was pressed on alert dialog.
4640
4641 2000-04-07
4642
4643         * src/addressbook.c: added menu bar. And enabled hierarchical
4644           folder.
4645         * src/prefs_account.c: modified so that it allows not to specify
4646           pop server.
4647         * src/inc.c: inc_account_mail(): modified so that if receiving
4648           server isn't specified, it does nothing.
4649
4650 2000-04-05
4651
4652         * version 0.2.9
4653
4654         * src/addressbook.c: almost fully implemented addressbook functions.
4655
4656 2000-04-04
4657
4658         * src/compose.c: fixed a bug that caused segmentation fault when
4659           `File->Insert file' was selected more than twice.
4660
4661 2000-04-03
4662
4663         * version 0.2.9pre4
4664
4665         * src/addressbook.[ch]: implemented creation of new folder and group,
4666           and deletion of folder and group. And fully implemented
4667           addressbook_delete_object() which deletes the specified object
4668           recursively.
4669
4670 2000-04-02
4671
4672         * src/addressbook.c: implemented registration of address and multiple
4673           appending to Compose address entry.
4674         * src/menu.[ch]: added a function menu_set_insensitive_all() that
4675           turn all menu items insensitive.
4676         * src/folderview.c: some code cleanup.
4677
4678 2000-04-01
4679
4680         * src/account.c
4681           src/prefs_common.c: fixed a bug on getting the number of CList
4682           rows.
4683
4684 2000-03-30
4685
4686         * version 0.2.9pre3
4687
4688         * src/folderview.c: fixed a bug that caused warnings when tree was
4689           expanded/collapsed on the first operation.
4690
4691 2000-03-29
4692
4693         * src/addressbook.c: addressbook_list_selected(): made it be able
4694           to handle multiple address.
4695         * src/compose.c: modified so that when Bcc: is toggled, corresponding
4696           AddressBook also toggle it.
4697         * src/mainwindow.c:
4698           main_window_create(): moved gtk_widget_set_uposition() before
4699           gtk_widget_show() so as not to cause window flickering.
4700           main_window_get_position(): replaced gdk_window_get_position()
4701           with gdk_window_get_root_origin() to acquire correct window
4702           position (Thanks to shigeri for these modifications).
4703
4704 2000-03-27
4705
4706         * src/filesel.c: made it selects home directory on the first time
4707           it is called.
4708
4709 2000-03-26
4710
4711         * src/utils.c: conv_mb_alnum(): modified so that it uses character
4712           conversion table.
4713         * src/foldersel.c: made the folder tree take focus when the dialog
4714           is shown.
4715
4716 2000-03-26
4717
4718         * version 0.2.9pre2
4719
4720         * src/addressbook.c: implemented addressbook_export_to_file() and
4721           related functions.
4722
4723 2000-03-25
4724
4725         * src/xml.[ch]
4726           src/addressbook.c: fixed the variable name for attribute.
4727         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
4728         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
4729           alphabet and numeric into single-byte one.
4730         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
4731           when conv_mb_alnum flag is on.
4732
4733 2000-03-25
4734
4735         * version 0.2.9pre1
4736
4737         * src/compose.c: modified so that when Addressbook is open by a
4738           Compose and it is closed, target of Addressbook is reset.
4739         * src/addressbook.c: made it work with Compose.
4740
4741 2000-03-24
4742
4743         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
4744           GTK+ and GLIB to 1.2.6.
4745         * src/xml.[ch]: more implementation of XML parser.
4746         * src/addressbook.c: implemented addressbook parsing and displaying
4747           routine.
4748
4749 2000-03-21
4750
4751         * src/folderview.c: folderview_scan_folder(): modified so that if
4752           a folder's message number is zero, set new, unread and total number
4753           to zero.
4754
4755 2000-03-20
4756
4757         * src/xml.[ch]: added for XML handling used by addressbook.
4758         * src/folderview.c: modified so that Trash folder is skipped
4759           when an unread folder is selected automatically by space key.
4760
4761 2000-03-18
4762
4763         * src/summaryview.c: fixed a bug that cursor was turned into watch
4764           forever when a newsgroup was selected.
4765
4766 2000-03-18
4767
4768         * version 0.2.8
4769
4770 2000-03-17
4771
4772         * src/mainwindow.[ch]: implemented counting on setting cursor
4773           type. And modified the menu of `thread view' and `unthread view'.
4774         * src/summaryview.c: enabled thread-toggling on opening folder.
4775         * src/prefs_common.[ch]: added a member `enable_thread' to determine
4776           whether summary view builds thread or not when a folder is open.
4777
4778 2000-03-15
4779
4780         * src/summaryview.c: modified popup sensitivity function a bit.
4781
4782 2000-03-13
4783
4784         * version 0.2.7
4785
4786         * src/addressbook.[ch]: more implementation of the interface of
4787           addressbook.
4788         * src/compose.c: connected to addressbook object.
4789         * src/folderview.[ch]: folderview_compare_path():
4790           modified so that absolute path is correctly compared.
4791           And added folderview_select_node().
4792           And modified folderview_scan_folder() so that it update the summary
4793           when asked.
4794         * src/import.c: made it update folder tree when imported mbox.
4795         * src/summaryview.c: modified according to the changes of
4796           folderview.c. And modified so that it display alert dialog if
4797           source folder is identical to destination.
4798           added summary_set_popup_sensitive() that set the sensitivity of
4799           popup menu according to the context. And made all of the items of
4800           popup menu insensitive when summary is cleared.
4801         * src/procmsg.c: procmsg_move_messages_with_dest():
4802           modified so that if source folder is identical to destination,
4803           abort its process.
4804         * src/summary_search.c
4805           src/manage_window.c: modified so as not to print warning to console
4806           when alert dialog appeared twice.
4807         * src/filesel.c: made file selection dialog transient.
4808
4809 2000-03-11
4810
4811         * src/manage_window.[ch]: added callback function
4812           manage_window_focus_out().
4813         * src/account.c
4814           src/inputdialog.c
4815           src/mainwindow.c
4816           src/prefs_account.c
4817           src/prefs_common.c
4818           src/summary_search.c: added focus_out_event signal handler.
4819         * src/addressbook.[ch]: added preliminary addressbook code.
4820
4821 2000-03-06
4822
4823         * src/utils.h: added a macro Xalloca() that does alloca() and
4824           handles the exception.
4825         * src/import.c: made the import dialog transient window and enabled
4826           cancelling by escape key.
4827
4828 2000-03-04
4829
4830         * version 0.2.6
4831
4832         * src/compose.c: fixed a bug that caused memory leak when compose
4833           window was closed.
4834
4835 2000-03-03
4836
4837         * src/nntp.h: increased NNTP message buffer size for XOVER strings
4838           which is too long.
4839
4840 2000-02-28
4841
4842         * src/summaryview.c: binded step-forward and step-backward to each
4843           Control-n and Control-p.
4844         * src/filter.c: filter_read_str(): fixed a memory leak bug and
4845           replaced g_malloc() for allocating the buffer with alloca().
4846         * src/procheader.c: procheader_get_fromname(),
4847                             procheader_date_get_localtime()
4848           src/utils.c: conv_euctojis()
4849           src/compose.c: compose_quote_parse_fmt()
4850           src/prefs.c: prefs_set_data_from_text()
4851                        prefs_set_text(): replaced g_malloc() with alloca().
4852
4853 2000-02-26
4854
4855         * version 0.2.5
4856
4857         * src/logwindow.c: improved log_window_append() so that it shows
4858           warning, error and normal message with different colors.
4859         * src/utils.[ch]: added functions log_message(), log_warning(), and
4860           log_error() that show normal message, warning, and error for each.
4861           And modified many warning messages to use these.
4862         * src/messageview.c: messageview_init(): made it set colors of
4863           quotation and URI to black when failed to allocate colors.
4864         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
4865           the buffer with alloca().
4866
4867 2000-02-25
4868
4869         * src/folderview.c: fixed a bug that didn't put previously selected
4870           folder name in text entry. In addition to that, made some
4871           modifications.
4872
4873 2000-02-24
4874
4875         * version 0.2.4
4876
4877         * src/logwindow.[ch]: added log window that displays protocol log.
4878         * src/about.c: adjusted the size of dialog.
4879         * src/folderview.c: made it select a folder when double-clicked.
4880
4881 2000-02-23
4882
4883         * src/prefs_common.[ch]: added an item `translate_header' that
4884           decides whether header name like `From:' or `Subject:' is
4885           translated or not.
4886         * src/compose.c: made it show alert dialog when receiptor isn't
4887           entered.
4888         * src/inc.c: some code cleanups.
4889
4890 2000-02-22
4891
4892         * version 0.2.3
4893
4894         * src/compose.c: made header entries move those focus to next
4895           entry or text widget when activated. And sorted out the menu items.
4896         * src/mainwindow.[ch]
4897           src/prefs_common.[ch]
4898           src/main.c: made it save the sizes of widgets and the position of
4899           window when quitting.
4900         * src/prefs_common.c: set a14, k14 fontset as default message font.
4901         * src/about.c: changed the appearance of about dialog using text
4902           widget and so on.
4903         * src/recv.c: modified recv_write() so that it converts an escaped
4904           From_ line.
4905
4906 2000-02-20
4907
4908         * version 0.2.2
4909
4910         * src/compose.[ch]: supported Bcc.
4911
4912 2000-02-19
4913
4914         * version 0.2.1
4915
4916         * src/utils.[ch]: added function to_number() that examines string
4917           and if that is a number string, return its value.
4918         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
4919           character was included in file name.
4920
4921 2000-02-18
4922
4923         * version 0.2.0
4924
4925         * src/folderview.c: fixed a bug that caused segmentation fault
4926           when opened folder node was deleted (thanks to Hiramatu).
4927           And implemented folderview_rm_server_cb() which removes news server.
4928         * src/mbox.c: modified a warning message.
4929
4930 2000-02-13
4931
4932         * version 0.2.0alpha-pre8
4933
4934         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
4935           folder to prevent the probrem when current folder is updated.
4936         * src/summaryview.c: summary_execute(): made it write to summary
4937           cache when executed.
4938
4939 2000-02-12
4940
4941         * version 0.2.0alpha-pre7
4942
4943         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
4944           trailing directory separator.
4945         * src/folderview.[ch]
4946           src/summaryview.[ch]: modified so that folder tree is updated
4947           when messages are moved or deleted.
4948         * src/inc.c: some code cleanup.
4949
4950 2000-02-11
4951
4952         * version 0.2.0alpha-pre6
4953
4954         * src/utils.[ch]: added get_domain_name() that return domain
4955           name as a static string.
4956         * src/compose.c: compose_generate_msgid(): modified so that even
4957           if current address doesn't contain '@', it generates a decent
4958           message ID.
4959         * src/send.c: some code cleanup.
4960
4961 2000-02-10
4962
4963         * src/folderview.c: modified the behavior of folder tree when
4964           the folder is right-clicked.
4965         * src/compose.c: compose_encode_header(): added irresponsible
4966           buffer overrun check.
4967
4968 2000-02-09
4969
4970         * version 0.2.0alpha-pre5
4971
4972         * updated gettext and libtool.
4973         * configure.in: modified localedir definition so that message
4974           catalogs are installed into correct directories.
4975         * src/folderview.c
4976           src/mainwindow.c: modified them so that a folder can be reopen
4977           even if it is currently open.
4978         * src/prefs_common.[ch]
4979           src/messageview.c: added an option that toggle the coloration of
4980           message.
4981
4982 2000-02-08
4983
4984         * version 0.2.0alpha-pre4
4985
4986         * src/mainwindow.c
4987           src/messageview.c: fixed a bug that broke memory on allocating
4988           colors.
4989
4990 2000-02-07
4991
4992         * src/folderview.c: some bug fixes on selecting folder.
4993
4994 2000-02-07
4995
4996         * version 0.2.0alpha-pre3
4997
4998         * src/folderview.c
4999         * src/summaryview.[ch]: some code cleanups.
5000         * src/messageview.c: fixed a color allocating bug (maybe).
5001
5002 2000-02-06
5003
5004         * version 0.2.0alpha-pre2
5005
5006         * src/folderview.[ch]: made folder view not open selected folder
5007           unless return or space key is pressed, or clicked by mouse
5008           button 1 or 2.
5009         * src/inc.c: some code cleanups.
5010         * TODO.jp: added some items.
5011
5012 2000-02-05
5013
5014         * version 0.2.0alpha-pre1
5015
5016         * src/summaryview.[ch]: fixed a bug that broke summary thread
5017           when deleted duplicated messages (thanks to BONAIM).
5018           And some code cleanup.
5019         * src/procmsg.[ch]: renamed procmsg_move_messages() to
5020           procmsg_move_messages_with_dest(), and replaced former with
5021           new function which doesn't specify destination.
5022         * src/prefs_common.c
5023           src/gtkutils.c: some memory leak fixes of linked lists.
5024         * src/utils.[ch]: added list_remove_all() to remove all elements
5025           of doubly-linked list.
5026         * src/inc.[ch]: added inc_all_account_mail() that incorporates
5027           new messages of all accounts.
5028         * src/account.[ch]: added account_foreach() to process each accounts.
5029         * added TODO.jp
5030
5031 2000-02-04
5032
5033         * version 0.1.23alpha
5034
5035         * src/inc.c: made the folder tree update the message number
5036           when incorporated new messages.
5037         * src/folderview.[ch]: added a function folderview_scan_folder()
5038           to scan one folder on the view, which is specified by folder name.
5039
5040 2000-02-02
5041
5042         * version 0.1.22alpha
5043
5044         * src/prefs_account.[ch]: added the setting of assorting on
5045           receiving.
5046         * src/inc.c: supported assorting on receiving.
5047         * src/procmsg.c: cleaned up the code.
5048         * src/news.c: fixed a bug that locked up when failed to get xover.
5049         * src/compose.c: made a message unmark that is put into specific
5050           folders.
5051
5052 2000-02-01
5053
5054         * version 0.1.21alpha
5055
5056         * src/folderview.c
5057           src/summaryview.c: implemented the function 'go to next folder
5058           when no unread message found.'
5059         * src/summaryview.c: made connection state displayed on the
5060           status bar when connecting to a news server.
5061         * src/compose.c: changed X-Mailer: header field string a bit.
5062         * src/prefs_common.c: implemented residual functions of assortment.
5063
5064 2000-01-31
5065
5066         * version 0.1.20alpha
5067
5068         * src/prefs_common.c: implemented reading/writing/register/deletion
5069           of assortment setting.
5070         * src/mainwindow.c: slightly modified the appearance of statusbar.
5071         * src/account.c: account_delete(): fixed a bug that didn't assigned
5072           the pointer to GList when an account was deleted.
5073
5074 2000-01-29
5075
5076         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
5077           to read mark file (thanks to BONAIM).
5078         * src/prefs_common.c: added the interface of assortment setting.
5079
5080 2000-01-28
5081
5082         * src/summaryview.c: fixed a bug that didn't redraw marking properly
5083           when displaying an unread message with left-click (thanks to
5084           shigeri).
5085
5086 2000-01-27
5087
5088         * src/summaryview.[ch]: added functions for assortment.
5089         * src/about.c: added a button to close window.
5090
5091 2000-01-26
5092
5093         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
5094         * src/compose.c: fixed a bug that can't reply to a news article.
5095         * src/filter.[ch]: added for message filtering.
5096         * src/procheader.[ch]: added procheader_get_unfolded_line()
5097           to process filtering. And added procheader_get_header_list()
5098           that reads headers of a message and store them on the memory,
5099           and procheader_header_list_destroy() that removes all headers
5100           read by procheader_get_header_list().
5101
5102 2000-01-25
5103
5104         * version 0.1.19alpha
5105
5106         * src/news.c: modified so that it retrieves only overview information
5107           that is not yet cached.
5108         * src/procmsg.[ch]: modified for news handling.
5109
5110 2000-01-24
5111
5112         * src/news.c: supported xover.
5113         * src/mbox.c: fixed a bug that didn't handle empty line correctly
5114           (Thanks to shigeri).
5115
5116 2000-01-23
5117
5118         * version 0.1.18alpha
5119
5120         * src/procmsg.[ch]: modified some functions so that they can
5121           handle news folder.
5122         * src/news.c: added header cache routine.
5123         * src/procheader.c: fixed a bug that caused memory leak when some
5124           header was duplicated.
5125           And added Newsgroups: in parsing headers.
5126         * src/summaryview.c: added news article cache routine.
5127         * src/compose.c: made it be able to reply/forward news article.
5128
5129 2000-01-22
5130
5131         * src/compose.c: fixed a bug that failed to parse To: header
5132           if a comma is included in double quotation (Thanks to shigeri).
5133         * src/mbox.c: modified the code for processing mbox so that it
5134           can handle unescaped From_ line correctly.
5135
5136 2000-01-21
5137
5138         * version 0.1.17alpha
5139
5140         * src/foldersel.c: fixed a bug that didn't display folder tree.
5141           And added the register routine for news server and group setting.
5142
5143 2000-01-20
5144
5145         * version 0.1.16alpha
5146
5147         * src/statusbar.[ch]: added statusbar_puts_all().
5148           statusbar_puts(): made it truncate a string that is too long.
5149         * src/folderview.[ch]: changed CTree's row data from string
5150           to FolderInfo structure.
5151           And implemented popup menu that registers news server and group.
5152         * src/messageview.c: modified short header display routine.
5153
5154 2000-01-19
5155
5156         * added src/news.[ch] for NetNews session management.
5157         * src/summaryview.[ch]: added NetNews reading codes.
5158
5159 2000-01-18
5160
5161         * src/mainwindow.c
5162           src/prefs_common.[ch]: made them preserve toolbar style.
5163         * src/main.c: made it save configuration before exiting.
5164         * src/summaryview.c: modified summary status display routine.
5165         * added src/nntp.[ch] for handling low level NNTP session.
5166
5167 2000-01-17
5168
5169         * added src/progress.[ch] for displaying progress.
5170         * src/inc.c: modified progress dialog routines to use
5171           src/progress.[ch].
5172         * src/folderview.[ch]: added preliminary NetNews supporting code.
5173
5174 2000-01-16
5175
5176         * version 0.1.15alpha
5177
5178         * src/main.c
5179           src/folderview.c: some permission fixes.
5180         * src/folderview.c: implemented folder creation/renaming/removing.
5181         * src/utils.[ch]: added remove_dir_recursive() that removes
5182           a directory recursively.
5183
5184 2000-01-15
5185
5186         * src/mainwindow.[ch]: added toolbar style selection.
5187         * added src/inputdialog.[ch] to prompt user to enter a string.
5188         * src/summaryview.[ch]: modified the behavior of view on
5189           normal mode.
5190         * src/mbox.c: fixed a bug that couldn't lock file when
5191           lockf() was used (Thanks to shigeri).
5192
5193 2000-01-14
5194
5195         * version 0.1.14alpha
5196
5197         * src/mainwindow.[ch]: changed the appearance of toolbar.
5198           And fixed window handling.
5199         * src/summaryview.c: modified the messages displayed on status bar.
5200         * src/compose.[ch]: added toolbar.
5201         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
5202
5203 2000-01-13
5204
5205         * version 0.1.13alpha
5206
5207         * src/summaryview.c: fixed a bug of threading. And some code
5208           cleanups. And rewrote the routine of deleting duplicated messages
5209           using hash table.
5210         * src/mainwindow.[ch]: added toolbar.
5211
5212 2000-01-12
5213
5214         * version 0.1.12alpha
5215
5216         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
5217           instead.
5218         * src/summaryview.c: changed CTree creating routine as it creates
5219           thread on the fly for speeding up.
5220         * src/procmsg.c: rewrote message processing routines using hash
5221           table for speeding up. It should be considerably faster than
5222           before.
5223
5224 2000-01-11
5225
5226         * version 0.1.11alpha
5227
5228         * po/ja.po: modified msgstr for Solaris standard gettext.
5229         * src/main.c: added config.h inclusion.
5230         * src/compose.c: changed to add replied message's In-Reply-To
5231           message id to References header if it don't have References header.
5232         * src/summaryview.c: changed threading routine to use hash table
5233           for speeding up.
5234
5235 2000-01-11
5236
5237         * version 0.1.10alpha
5238
5239         * po/ja.po: modified msgstr so as not to core dump on Solaris.
5240         * src/main.c: added inclusion of locale.h.
5241           (Thanks to Sato for above.)
5242         * src/mbox.c
5243         * src/socket.c: applied Solaris patch by shigeri with some
5244           modification. (Thanks!)
5245
5246 2000-01-10
5247
5248         * version 0.1.9alpha
5249
5250         * src/compose.c: compose_encode_header(): fixed some bugs.
5251           And modified header generating routines to support proper
5252           References header, and supported Organization header.
5253         * src/procmsg.[ch]
5254           src/procheader.c: removed Cc: and Reply-To: from cache data.
5255         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
5256         * src/summaryview.[ch]: summary_thread_func(): some optimization.
5257           And added summary_pass_key_press_event() to pass key press event
5258           from other widgets.
5259         * src/messageview.c: messageview_key_pressed(): modified so that
5260           key event is passed to summary view even if message view is
5261           separated. (Thanks to wakai@UEC univ. for pointing this out.)
5262
5263 2000-01-09
5264
5265         * version 0.1.8alpha
5266
5267         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
5268           header MIME encoding.
5269         * src/procheader.c: some bug fixes of folded header line processing.
5270         * src/headerview.c: headerview_show(): some bug fixes.
5271
5272 2000-01-07
5273
5274         * version 0.1.7alpha
5275
5276         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
5277           kanji-out sequence [ \033 ( B ] when input string was ended
5278           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
5279         * src/compose.c: compose_encode_header(): changed as it outputs
5280           encoded string to another buffer.
5281           And implemented a faculty to save sent message to outbox and
5282           to queue message that failed to send (preliminary).
5283           And, finally implemented proper To: and Cc: processing :)
5284         * src/folderview.c: added preliminary right-clicking popup menu
5285           for operating folders.
5286         * some permission fixes at creating or copying file.
5287
5288 2000-01-07
5289
5290         * version 0.1.6alpha
5291
5292         * src/procheader.c: fixed a bug that didn't null-terminate
5293           header list and caused segmentation fault.
5294
5295 2000-01-06
5296
5297         * version 0.1.5alpha
5298
5299         * src/procheader.[ch]: added function procheader_get_one_field()
5300           that gets one header field that matches the header list.
5301           And removed procheader_get_unfolded_line(), which is less generic.
5302           And rewrote procheader_get_header_fields() using
5303           procheader_get_one_field().
5304         * src/summaryview.c: some bug fixes of key input scan routine.
5305         * README, README.jp: modified documents a bit.
5306
5307 2000-01-05
5308
5309         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
5310           had a submenu, set sensitivity of the submenu, not the item.
5311
5312 2000-01-05
5313
5314         * version 0.1.4alpha
5315
5316         * src/summaryview.c: fixed a bug that caused segmentation fault
5317           when empty summary view was center-clicked.
5318           And fixed a bug that freed moving folder strings when marked
5319           as unread.
5320           If current folder is trash, don't delete message.
5321         * src/summaryview.[ch]
5322         * src/mainwindow.c
5323         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
5324
5325 2000-01-04
5326
5327         * src/procheader.[ch]: more optimization of header processing
5328           routine. And added a new function procheader_get_header_fields()
5329           that receives an array of header name as a parameter and
5330           set header bodies.
5331         * src/utils.[ch]: added remove_return() for removing return code.
5332         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
5333
5334 2000-01-03
5335
5336         * src/compose.c: if message body is ascii only, set US-ASCII as
5337           charset in Content-Type.
5338         * src/main.[ch]
5339         * src/prefs.c
5340         * src/prefs_common.c
5341         * src/prefs_account.c
5342         * src/account.c: changed the location of rc files.
5343         * src/account.c: enabled closing window when escape key is pressed.
5344
5345 2000-01-02
5346
5347         * version 0.1.3alpha
5348
5349         * src/compose.c: fixed a bug that caused segmentation fault
5350           when sending failed.
5351           And relocated header-generation routines from src/send.c.
5352         * src/send.c: moved header-generation routines to src/compose.c.
5353         * src/prefs.c: added '~' to home directory expansion.
5354         * src/prefs_account.[ch]: added signature file path configuration.
5355         * src/prefs_common.[ch]: added spool path configuration.
5356         * src/inc.c: changed the method of user name acquisition to use
5357           g_get_user_name().
5358
5359 2000-01-01
5360
5361         * version 0.1.2alpha
5362
5363         * added ChangeLog (this file), ChangeLog.jp.
5364         * some code cleanups.
5365         * added manage_window.[ch] for transient window management.
5366         * src/procheader.c: optimized header processing routine a bit.
5367         * src/send.c: fixed exception handling on connection.
5368         * src/inc.c: added exception handling on getting user name.
5369
5370 2000-01-01
5371
5372         * version 0.1.1alpha
5373
5374         * src/send.c: fixed a bug that didn't add Content-Type: header.
5375
5376 2000-01-01
5377
5378         * version 0.1.0alpha
5379
5380         * initial release.