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