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