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